Spaces:
Sleeping
Sleeping
Commit
·
0c4a143
1
Parent(s):
2caa9f6
update: temp remove css
Browse files
app.py
CHANGED
@@ -234,8 +234,8 @@ def create_chat_interface():
|
|
234 |
with gr.Blocks(
|
235 |
fill_height=True,
|
236 |
fill_width=True,
|
237 |
-
css=css,
|
238 |
-
head=head,
|
239 |
theme=gr.themes.Default(
|
240 |
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]
|
241 |
),
|
|
|
234 |
with gr.Blocks(
|
235 |
fill_height=True,
|
236 |
fill_width=True,
|
237 |
+
# css=css,
|
238 |
+
# head=head,
|
239 |
theme=gr.themes.Default(
|
240 |
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]
|
241 |
),
|