tywei08 commited on
Commit
3bf3ef1
·
verified ·
1 Parent(s): 5a76432

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='abidlabs/banana') 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') as MoodShaker:
102
  with gr.Row():
103
  gr.HTML('''
104
  <div style="text-align: center; margin: 0;">