lunadebruyne commited on
Commit
749c3f4
·
1 Parent(s): e3cff5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #### Output
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)