Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def clear_color(text_input, radio,error_box):
|
|
57 |
return gr.update(elem_id="alert"), gr.update(value="mic"), gr.update(visible=False)
|
58 |
|
59 |
|
60 |
-
with gr.Blocks(css=
|
61 |
with gr.Row():
|
62 |
with gr.Column():
|
63 |
text_input = gr.Textbox(label="Input the text", value="", max_lines=4, lines=4)
|
|
|
57 |
return gr.update(elem_id="alert"), gr.update(value="mic"), gr.update(visible=False)
|
58 |
|
59 |
|
60 |
+
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
61 |
with gr.Row():
|
62 |
with gr.Column():
|
63 |
text_input = gr.Textbox(label="Input the text", value="", max_lines=4, lines=4)
|