Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def respond(message, tool_options, tool_name):
|
|
| 46 |
return message
|
| 47 |
|
| 48 |
|
| 49 |
-
with gr.
|
| 50 |
input_textbox = gr.Textbox(label="Input Data:")
|
| 51 |
output_textbox = gr.Textbox(label="JSON Output:")
|
| 52 |
submit_button = gr.Button("Create JSONs")
|
|
|
|
| 46 |
return message
|
| 47 |
|
| 48 |
|
| 49 |
+
with gr.Blocks() as demo:
|
| 50 |
input_textbox = gr.Textbox(label="Input Data:")
|
| 51 |
output_textbox = gr.Textbox(label="JSON Output:")
|
| 52 |
submit_button = gr.Button("Create JSONs")
|