sanzanalora commited on
Commit
6cd5148
·
verified ·
1 Parent(s): 6375400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -18
app.py CHANGED
@@ -112,24 +112,7 @@ iface = gr.Interface(
112
  ])
113
  ],
114
  allow_flagging="auto",
115
- layout="horizontal", # Adding a horizontal layout for a cleaner design
116
- css="""
117
- #dropdown-task {
118
- color: #2C3E50;
119
- font-size: 18px;
120
- }
121
- .output-area {
122
- color: #2C3E50;
123
- }
124
- .examples {
125
- display: grid;
126
- grid-template-columns: 1fr 1fr;
127
- gap: 20px;
128
- }
129
- .output-text {
130
- background-color: #E8F6F3;
131
- }
132
- """
133
  )
134
 
135
  # Launch the Gradio app
 
112
  ])
113
  ],
114
  allow_flagging="auto",
115
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  )
117
 
118
  # Launch the Gradio app