Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,8 @@ with gr.Blocks() as iface:
|
|
92 |
output_components.extend([
|
93 |
gr.Markdown(visible=False),
|
94 |
gr.Plot(visible=False),
|
95 |
-
gr.Textbox(label="Attachment Styles Explanation", visible=False),
|
96 |
gr.Plot(visible=False),
|
|
|
97 |
gr.Plot(visible=False),
|
98 |
gr.Textbox(label="Big Five Traits Explanation", visible=False),
|
99 |
gr.Plot(visible=False),
|
|
|
92 |
output_components.extend([
|
93 |
gr.Markdown(visible=False),
|
94 |
gr.Plot(visible=False),
|
|
|
95 |
gr.Plot(visible=False),
|
96 |
+
gr.Textbox(label="Attachment Styles Explanation", visible=False),
|
97 |
gr.Plot(visible=False),
|
98 |
gr.Textbox(label="Big Five Traits Explanation", visible=False),
|
99 |
gr.Plot(visible=False),
|