Update app.py
Browse files
app.py
CHANGED
|
@@ -99,8 +99,8 @@ example_messages = {
|
|
| 99 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 100 |
gr.Markdown(
|
| 101 |
"""
|
| 102 |
-
# Phi-4 Chatbot
|
| 103 |
-
Welcome to the Phi-4 Chatbot
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
|
|
|
|
| 99 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 100 |
gr.Markdown(
|
| 101 |
"""
|
| 102 |
+
# Phi-4 Models Chatbot
|
| 103 |
+
Welcome to the Phi-4 Chatbot! You can chat with Microsoft's Phi-4 or Phi-4-mini-instruct models. Adjust the settings on the left to customize the model's responses.
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
|