Sakalti commited on
Commit
18d6ac3
·
verified ·
1 Parent(s): cd06c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def respond(
64
  return response
65
 
66
  # インターフェース
67
- with gr.Blocks() as demo:
68
  gr.Markdown("# チャットボット")
69
 
70
  system_message_template_dropdown = gr.Dropdown(
 
64
  return response
65
 
66
  # インターフェース
67
+ with gr.Blocks(theme=theme='Nymbo/Alyx_theme') as demo:
68
  gr.Markdown("# チャットボット")
69
 
70
  system_message_template_dropdown = gr.Dropdown(