Spaces:
Build error
Build error
Commit ·
f0dcd55
1
Parent(s): b411a0e
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def update(text,lang):
|
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 12 |
-
with gr.Blocks() as b:
|
| 13 |
with gr.Column():
|
| 14 |
text = gr.Textbox(api_name="addition")
|
| 15 |
lang = gr.Dropdown(choices=list(_main_langs().keys()),value="en")
|
|
|
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 12 |
+
with gr.Blocks(show_api=True) as b:
|
| 13 |
with gr.Column():
|
| 14 |
text = gr.Textbox(api_name="addition")
|
| 15 |
lang = gr.Dropdown(choices=list(_main_langs().keys()),value="en")
|