medhaha commited on
Commit
085df5f
·
verified ·
1 Parent(s): 3001060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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