Spaces:
Sleeping
Sleeping
sanzanalora
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -112,24 +112,7 @@ iface = gr.Interface(
|
|
112 |
])
|
113 |
],
|
114 |
allow_flagging="auto",
|
115 |
-
|
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
|