tywei08 commited on
Commit
b1d2eef
·
verified ·
1 Parent(s): b6560a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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@0.0.2') as MoodShaker:
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;">