Spaces:
Running
Running
john
commited on
Commit
·
9c761bc
1
Parent(s):
77cf48c
Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,10 @@ theme = gr.themes.Soft(
|
|
11 |
primary_hue=gr.themes.Color("#ededed", "#fee2e2", "#fecaca", "#fca5a5", "#f87171", "#ef4444", "#dc2626", "#b91c1c", "#991b1b", "#7f1d1d", "#6c1e1e"),
|
12 |
neutral_hue="red",
|
13 |
)
|
14 |
-
title = """<h1 align="center">Chat with awesome
|
15 |
with gr.Blocks(theme=theme) as demo:
|
16 |
gr.HTML(title)
|
17 |
-
gr.HTML("This model is awesome for its size! It's
|
18 |
chatbot = gr.Chatbot()
|
19 |
msg = gr.Textbox()
|
20 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
11 |
primary_hue=gr.themes.Color("#ededed", "#fee2e2", "#fecaca", "#fca5a5", "#f87171", "#ef4444", "#dc2626", "#b91c1c", "#991b1b", "#7f1d1d", "#6c1e1e"),
|
12 |
neutral_hue="red",
|
13 |
)
|
14 |
+
title = """<h1 align="center">Chat with awesome WizardLM model!</h1><br>"""
|
15 |
with gr.Blocks(theme=theme) as demo:
|
16 |
gr.HTML(title)
|
17 |
+
gr.HTML("This model is awesome for its size! It's 20 times smaller than ChatGPT but seems to be very smart. However, this model like all models, can output factually incorrect information. Please do not rely on it for high stakes decisions.")
|
18 |
chatbot = gr.Chatbot()
|
19 |
msg = gr.Textbox()
|
20 |
clear = gr.ClearButton([msg, chatbot])
|