Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ with gr.Blocks() as iface:
|
|
113 |
|
114 |
with gr.TabItem(label=f'Attachment Styles'):
|
115 |
column_components2 = [
|
116 |
-
gr.Plot(visible=
|
117 |
-
gr.Plot(visible=
|
118 |
gr.Textbox(label="Attachment Styles Explanation", visible=False)]
|
119 |
|
120 |
with gr.TabItem(label=f'Big Five Traits'):
|
|
|
113 |
|
114 |
with gr.TabItem(label=f'Attachment Styles'):
|
115 |
column_components2 = [
|
116 |
+
gr.Plot(visible=False),
|
117 |
+
gr.Plot(visible=False),
|
118 |
gr.Textbox(label="Attachment Styles Explanation", visible=False)]
|
119 |
|
120 |
with gr.TabItem(label=f'Big Five Traits'):
|