medhaha commited on
Commit
04c787b
·
verified ·
1 Parent(s): d5bb3f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -127,6 +127,8 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
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
 
 
127
  submit_button = gr.Button("Submit")
128
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
129
  with gr.Column():
130
+ submit_button = gr.Button("Submit")
131
+
132
  # with gr.Row():
133
  # with gr.Column():
134