Staticaliza commited on
Commit
7a9ac91
1 Parent(s): e2ad91e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
 
99
  with gr.Row():
100
  with gr.Column():
101
- history = gr.Chatbot(abel = "History", elem_id = "chatbot")
102
  input = gr.Textbox(label = "Input", value = DEFAULT_INPUT, lines = 2)
103
  wrap = gr.Textbox(label = "Wrap", value = DEFAULT_WRAP, lines = 1)
104
  instruction = gr.Textbox(label = "Instruction", value = DEFAULT_INSTRUCTION, lines = 4)
 
98
 
99
  with gr.Row():
100
  with gr.Column():
101
+ history = gr.Chatbot(label = "History", elem_id = "chatbot")
102
  input = gr.Textbox(label = "Input", value = DEFAULT_INPUT, lines = 2)
103
  wrap = gr.Textbox(label = "Wrap", value = DEFAULT_WRAP, lines = 1)
104
  instruction = gr.Textbox(label = "Instruction", value = DEFAULT_INSTRUCTION, lines = 4)