reab5555 commited on
Commit
f46e428
·
verified ·
1 Parent(s): 7aada44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as iface:
117
  with gr.TabItem(label=f'Attachment Styles'):
118
  with gr.Row():
119
  column_components2_1 = [
120
- gr.Plot(visible=False)
121
  gr.Plot(visible=False)]
122
  column_components2_2 = [
123
  gr.Textbox(label="Attachment Styles Explanation", visible=False)]
 
117
  with gr.TabItem(label=f'Attachment Styles'):
118
  with gr.Row():
119
  column_components2_1 = [
120
+ gr.Plot(visible=False),
121
  gr.Plot(visible=False)]
122
  column_components2_2 = [
123
  gr.Textbox(label="Attachment Styles Explanation", visible=False)]