sanzanalora commited on
Commit
9014acb
·
verified ·
1 Parent(s): 9a1360d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -89,7 +89,6 @@ iface = gr.Interface(
89
  theme="huggingface/space-shuttle",
90
  examples=examples, # Show examples as per tasks with 3 for each
91
  allow_flagging="auto",
92
- layout="horizontal", # Adding a horizontal layout for a cleaner design
93
  css="""
94
  #dropdown-task {
95
  color: #2C3E50;
@@ -113,4 +112,4 @@ iface = gr.Interface(
113
  )
114
 
115
  # Launch the Gradio app
116
- iface.launch(inline=False)
 
89
  theme="huggingface/space-shuttle",
90
  examples=examples, # Show examples as per tasks with 3 for each
91
  allow_flagging="auto",
 
92
  css="""
93
  #dropdown-task {
94
  color: #2C3E50;
 
112
  )
113
 
114
  # Launch the Gradio app
115
+ iface.launch(inline=False)