Cartof commited on
Commit
ac557dc
1 Parent(s): cec053d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):