statnlp commited on
Commit
db7622e
·
1 Parent(s): 9bcc72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ def user(user_message, history):
109
 
110
 
111
  with gr.Blocks() as demo:
112
- gr.Markdown("# SLM-Chat by Zhang Peiyuan, StatNLP")
113
- gr.HTML("<a href='https://huggingface.co/PY007/SLM-Alpaca-Finetuned-Preview'><code>PY007/SLM-Alpaca-Finetuned-Preview</a>")
114
 
115
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
116
  state = gr.State([])
 
109
 
110
 
111
  with gr.Blocks() as demo:
112
+ gr.Markdown("# LiteChat by StatNLP")
113
+ #gr.HTML("<a href='https://huggingface.co/PY007/SLM-Alpaca-Finetuned-Preview'><code>PY007/SLM-Alpaca-Finetuned-Preview</a>")
114
 
115
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
116
  state = gr.State([])