Spaces:
Sleeping
Sleeping
Commit ·
f73d267
1
Parent(s): 79f1dfd
Introductory message
Browse files
app.py
CHANGED
|
@@ -58,7 +58,10 @@ demo = gr.ChatInterface(
|
|
| 58 |
),
|
| 59 |
],
|
| 60 |
chatbot=gr.Chatbot(
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
| 62 |
),
|
| 63 |
)
|
| 64 |
|
|
|
|
| 58 |
),
|
| 59 |
],
|
| 60 |
chatbot=gr.Chatbot(
|
| 61 |
+
type="messages",
|
| 62 |
+
value=[[
|
| 63 |
+
{"role": "assistant", "content": "Hello! I am your AI Calibration Expert, specialized in pharmaceutical manufacturing processes. I'm here to help you with technical guidance on calibration procedures, quality control, and system optimization. How can I assist you today?"}
|
| 64 |
+
]]
|
| 65 |
),
|
| 66 |
)
|
| 67 |
|