Update app.py
Browse files
app.py
CHANGED
@@ -192,6 +192,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
192 |
submit_button = gr.Button("Submit!")
|
193 |
answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)
|
194 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
|
|
195 |
|
196 |
|
197 |
#def display_response(question):
|
|
|
192 |
submit_button = gr.Button("Submit!")
|
193 |
answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)
|
194 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
195 |
+
gr.Image("einy.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
|
196 |
|
197 |
|
198 |
#def display_response(question):
|