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