Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def create_output_components():
|
|
55 |
gr.Plot(label="Personality", visible=False)
|
56 |
gr.Textbox(label="Personality Disorders Explanation", visible=False)
|
57 |
|
58 |
-
execution_info = gr.Textbox(label="Execution Information", visible=
|
59 |
return row, transcript, tabs, execution_info
|
60 |
|
61 |
with gr.Blocks() as iface:
|
|
|
55 |
gr.Plot(label="Personality", visible=False)
|
56 |
gr.Textbox(label="Personality Disorders Explanation", visible=False)
|
57 |
|
58 |
+
execution_info = gr.Textbox(label="Execution Information", visible=True)
|
59 |
return row, transcript, tabs, execution_info
|
60 |
|
61 |
with gr.Blocks() as iface:
|