reab5555 commited on
Commit
b159a59
·
verified ·
1 Parent(s): a14dda6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=True),
117
- gr.Plot(visible=True),
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'):