Spaces:
Sleeping
Sleeping
jh000107
commited on
Commit
·
75049a2
1
Parent(s):
cdc3959
change
Browse files
app.py
CHANGED
@@ -318,6 +318,6 @@ with gr.Blocks() as gpt_analysis:
|
|
318 |
output_box = gr.Textbox(value="", label="Output",lines=4)
|
319 |
plot_box = gr.Plot(label="Analysis Plot")
|
320 |
|
321 |
-
btn.click(get_completion, inputs=conversation, outputs=[output_box])
|
322 |
|
323 |
-
gr.TabbedInterface([gpt_analysis], ["GPT Analysis"]).launch(inline=False
|
|
|
318 |
output_box = gr.Textbox(value="", label="Output",lines=4)
|
319 |
plot_box = gr.Plot(label="Analysis Plot")
|
320 |
|
321 |
+
btn.click(get_completion, inputs=conversation, outputs=[output_box, plot_box])
|
322 |
|
323 |
+
gr.TabbedInterface([gpt_analysis], ["GPT Analysis"]).launch(inline=False)
|