modify UI
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def get_output(segments):
|
|
93 |
return output
|
94 |
|
95 |
|
96 |
-
with gr.Blocks as demo:
|
97 |
with gr.Box():
|
98 |
gr.Textbox(label="First")
|
99 |
gr.Textbox(label="Last")
|
|
|
93 |
return output
|
94 |
|
95 |
|
96 |
+
with gr.Blocks() as demo:
|
97 |
with gr.Box():
|
98 |
gr.Textbox(label="First")
|
99 |
gr.Textbox(label="Last")
|