Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,14 +122,6 @@ with gr.Blocks() as demo:
|
|
122 |
gr.Markdown(
|
123 |
"""
|
124 |
Welcome to **Wiser's AI Assistant**, your smart companion for all things manufacturing.
|
125 |
-
|
126 |
-
Ask anything like:
|
127 |
-
- "What's the average current today?"
|
128 |
-
- "What faults happened this week?"
|
129 |
-
- "Tell me the latest machine states"
|
130 |
-
- "Any machines running too long?"
|
131 |
-
|
132 |
-
I'm connected to live TimescaleDB data 👨🏭📊
|
133 |
"""
|
134 |
)
|
135 |
|
|
|
122 |
gr.Markdown(
|
123 |
"""
|
124 |
Welcome to **Wiser's AI Assistant**, your smart companion for all things manufacturing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
"""
|
126 |
)
|
127 |
|