Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ with gr.Blocks() as demo:
|
|
102 |
chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#585A5B"))
|
103 |
context = gr.State([])
|
104 |
systemPrompt = gr.State(update_system(initial_prompt))
|
|
|
105 |
|
106 |
with gr.Row():
|
107 |
with gr.Column(scale=12):
|
|
|
102 |
chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#585A5B"))
|
103 |
context = gr.State([])
|
104 |
systemPrompt = gr.State(update_system(initial_prompt))
|
105 |
+
show_api=False
|
106 |
|
107 |
with gr.Row():
|
108 |
with gr.Column(scale=12):
|