Update app.py
Browse files
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 |
|