Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ with open('style.css', 'r') as file:
|
|
| 98 |
css_styles = file.read()
|
| 99 |
|
| 100 |
# Creating the Gradio interface
|
| 101 |
-
with gr.Blocks(css=css_styles, theme='xiaobaiyuan/theme_brief
|
| 102 |
with gr.Row():
|
| 103 |
gr.HTML('''
|
| 104 |
<div style="text-align: center; margin: 0;">
|
|
|
|
| 98 |
css_styles = file.read()
|
| 99 |
|
| 100 |
# Creating the Gradio interface
|
| 101 |
+
with gr.Blocks(css=css_styles, theme='xiaobaiyuan/theme_brief@>=0.0.2,<0.0.3') as MoodShaker:
|
| 102 |
with gr.Row():
|
| 103 |
gr.HTML('''
|
| 104 |
<div style="text-align: center; margin: 0;">
|