Spaces:
Running
Running
Commit
·
749c3f4
1
Parent(s):
e3cff5c
Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ with gr.Blocks() as demo:
|
|
336 |
with gr.Row():
|
337 |
with gr.Column():
|
338 |
output_markdown = gr.Markdown("""
|
339 |
-
|
340 |
""", visible=False)
|
341 |
|
342 |
message = gr.Textbox(label="Message", visible=False)
|
|
|
336 |
with gr.Row():
|
337 |
with gr.Column():
|
338 |
output_markdown = gr.Markdown("""
|
339 |
+
**<font size="4">Output</font>**
|
340 |
""", visible=False)
|
341 |
|
342 |
message = gr.Textbox(label="Message", visible=False)
|