rosemariafontana commited on
Commit
daa1f12
·
verified ·
1 Parent(s): d099f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def respond(message, tool_options, tool_name):
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")
 
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")