frfr commited on
Commit
49e9b2d
·
1 Parent(s): 5373e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
132
  with gr.Accordion(label="System message:", open=False):
133
  system_msg = gr.Textbox(label="Instruct the AI Assistant to set its beaviour", info = system_msg_info, value="")
134
  accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
135
- chatbot = gr.Chatbot(label='GPT4', elem_id="chatbot")
136
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
137
  state = gr.State([])
138
  with gr.Row():
 
132
  with gr.Accordion(label="System message:", open=False):
133
  system_msg = gr.Textbox(label="Instruct the AI Assistant to set its beaviour", info = system_msg_info, value="")
134
  accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
135
+ chatbot = gr.Chatbot(label='NIGGA4', elem_id="chatbot")
136
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
137
  state = gr.State([])
138
  with gr.Row():