Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -301,7 +301,7 @@ def create_interface():
|
|
| 301 |
title="EduBot",
|
| 302 |
fill_width=True,
|
| 303 |
fill_height=True,
|
| 304 |
-
theme=gr.themes.Origin()
|
| 305 |
css="./styles.css"
|
| 306 |
) as demo:
|
| 307 |
# Add head content and MathJax
|
|
|
|
| 301 |
title="EduBot",
|
| 302 |
fill_width=True,
|
| 303 |
fill_height=True,
|
| 304 |
+
theme=gr.themes.Origin(),
|
| 305 |
css="./styles.css"
|
| 306 |
) as demo:
|
| 307 |
# Add head content and MathJax
|