Update app.py
Browse files
app.py
CHANGED
@@ -131,9 +131,6 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
131 |
answer = gr.Textbox(label="Sustainabot Response", placeholder="Sustainabot will respond here...", interactive=False, lines=10)
|
132 |
submit_button = gr.Button("Submit")
|
133 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
134 |
-
with gr.Column():
|
135 |
-
gr.Markdown(pinterest)
|
136 |
-
|
137 |
# with gr.Row():
|
138 |
# with gr.Column():
|
139 |
|
|
|
131 |
answer = gr.Textbox(label="Sustainabot Response", placeholder="Sustainabot will respond here...", interactive=False, lines=10)
|
132 |
submit_button = gr.Button("Submit")
|
133 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
|
|
|
|
|
|
134 |
# with gr.Row():
|
135 |
# with gr.Column():
|
136 |
|