Spestly commited on
Commit
dcf0b61
·
verified ·
1 Parent(s): 27f38c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -175,9 +175,7 @@ css = """
175
  }
176
  """
177
 
178
- theme = gr.themes.Soft()
179
-
180
- with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
181
  gr.Markdown("# 🚀 Athena Playground Chat")
182
  gr.Markdown("*Powered by HuggingFace ZeroGPU*")
183
 
 
175
  }
176
  """
177
 
178
+ with gr.Blocks(title="Athena Playground Chat", css=css, theme='NoCrypt/miku') as demo:
 
 
179
  gr.Markdown("# 🚀 Athena Playground Chat")
180
  gr.Markdown("*Powered by HuggingFace ZeroGPU*")
181