darkc0de commited on
Commit
5a559e4
Β·
verified Β·
1 Parent(s): ad68095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ body, .gradio-container {
122
  .gr-chatbot .message { font-family: 'Orbitron', sans-serif !important; }
123
  """
124
 
125
- with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
126
  gr.ChatInterface(
127
  fn=respond, # The function to call when a message is sent
128
  chatbot=gr.Chatbot( # Configure the chatbot display area
 
122
  .gr-chatbot .message { font-family: 'Orbitron', sans-serif !important; }
123
  """
124
 
125
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as demo:
126
  gr.ChatInterface(
127
  fn=respond, # The function to call when a message is sent
128
  chatbot=gr.Chatbot( # Configure the chatbot display area