Spaces:
Build error
Build error
Update app.py
Browse files
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()
|
103 |
#chatbot = gr.Chatbot().style(color_map=("#A238FF", "#A238FF"))
|
104 |
context = gr.State([])
|
105 |
systemPrompt = gr.State(update_system(initial_prompt))
|
|
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
gr.HTML(title)
|
102 |
+
chatbot = gr.Chatbot()
|
103 |
#chatbot = gr.Chatbot().style(color_map=("#A238FF", "#A238FF"))
|
104 |
context = gr.State([])
|
105 |
systemPrompt = gr.State(update_system(initial_prompt))
|