Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,8 @@ def user(user_message, history):
|
|
109 |
|
110 |
|
111 |
with gr.Blocks() as demo:
|
112 |
-
gr.Markdown("#
|
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([])
|