Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|