Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -576,7 +576,7 @@ with gr.Blocks(css=STYLES) as demo:
|
|
576 |
|
577 |
with gr.Tab("Chatting"):
|
578 |
with gr.Column(elem_classes=['group-border']):
|
579 |
-
gr.
|
580 |
"all the text in the textbox on the left will be injected as a context.")
|
581 |
chatbot = gr.Chatbot([], elem_classes=['no-label-chatbot'])
|
582 |
chat_txt = gr.Textbox(placeholder="enter question", elem_classes=['no-label'])
|
|
|
576 |
|
577 |
with gr.Tab("Chatting"):
|
578 |
with gr.Column(elem_classes=['group-border']):
|
579 |
+
gr.Markdown("in this section, you can chat with LLaMA2 about the story that you are writing right now. "
|
580 |
"all the text in the textbox on the left will be injected as a context.")
|
581 |
chatbot = gr.Chatbot([], elem_classes=['no-label-chatbot'])
|
582 |
chat_txt = gr.Textbox(placeholder="enter question", elem_classes=['no-label'])
|