Migu3low commited on
Commit
2952141
·
verified ·
1 Parent(s): 7aacca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
45
 
46
  demo = gr.ChatInterface(
47
  respond,
48
- textbox1=gr.Textbox(placeholder="Enter message here", container=False, scale = 7),
49
- chatbot1=gr.Chatbot(height=400),
50
  additional_inputs=[
51
  gr.Textbox("You are helpful AI", label="System Prompt"),
52
  gr.Slider(500,4000, label="Max New Tokens"),
 
45
 
46
  demo = gr.ChatInterface(
47
  respond,
48
+ textbox=gr.Textbox(placeholder="Enter message here", container=False, scale = 7),
49
+ chatbot=gr.Chatbot(height=400),
50
  additional_inputs=[
51
  gr.Textbox("You are helpful AI", label="System Prompt"),
52
  gr.Slider(500,4000, label="Max New Tokens"),