chansung commited on
Commit
8248004
1 Parent(s): ae17679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
172
  max_lines=50,
173
  )
174
 
175
- chatbot = gr.Chatbot(elem_id='chatbot')
176
  instruction_txtbox = gr.Textbox(placeholder="Ask anything", label="", elem_id="prompt-txt")
177
 
178
  with gr.Accordion("Example Templates", open=False):
 
172
  max_lines=50,
173
  )
174
 
175
+ chatbot = gr.Chatbot(elem_id='chatbot', label="LLaMA2-70B-Chat")
176
  instruction_txtbox = gr.Textbox(placeholder="Ask anything", label="", elem_id="prompt-txt")
177
 
178
  with gr.Accordion("Example Templates", open=False):