medhaha commited on
Commit
d5bb3f5
·
verified ·
1 Parent(s): 531923c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -126,6 +126,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
126
  answer = gr.Textbox(label="Sustainabot Response", placeholder="Sustainabot will respond here...", interactive=False, lines=10)
127
  submit_button = gr.Button("Submit")
128
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
129
  # with gr.Row():
130
  # with gr.Column():
131
 
 
126
  answer = gr.Textbox(label="Sustainabot Response", placeholder="Sustainabot will respond here...", interactive=False, lines=10)
127
  submit_button = gr.Button("Submit")
128
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
129
+ with gr.Column():
130
  # with gr.Row():
131
  # with gr.Column():
132