Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|