Omnibus commited on
Commit
9d363ed
·
verified ·
1 Parent(s): 72cb590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ with gr.Blocks() as app:
13
  format=gr.Dropdown(label="Line Format",choices=[m for m in list(mf.keys())])
14
  txt=gr.Textbox()
15
  btn=gr.Button()
16
- prev=gr.Markdown()
17
  btn.click(upd,[txt,format],prev)
18
  app.launch()
 
13
  format=gr.Dropdown(label="Line Format",choices=[m for m in list(mf.keys())])
14
  txt=gr.Textbox()
15
  btn=gr.Button()
16
+ prev=gr.Markdown("# test")
17
  btn.click(upd,[txt,format],prev)
18
  app.launch()