Cartof commited on
Commit
cc3925e
1 Parent(s): 412d294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://new
99
 
100
  with gr.Blocks() as demo:
101
  gr.HTML(title)
102
- chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#585A5B"))
103
  context = gr.State([])
104
  systemPrompt = gr.State(update_system(initial_prompt))
105
 
 
99
 
100
  with gr.Blocks() as demo:
101
  gr.HTML(title)
102
+ chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#A238FF"))
103
  context = gr.State([])
104
  systemPrompt = gr.State(update_system(initial_prompt))
105