chansung commited on
Commit
6705f95
1 Parent(s): 5501712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Makrdown("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'])
 
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'])