Spaces:
Sleeping
Sleeping
Commit ·
117a0aa
1
Parent(s): 2fd74c2
Fix second TypeError: Replace gr.Markdown props with gr.HTML for model info
Browse files- apps/web/app.py +1 -1
apps/web/app.py
CHANGED
|
@@ -193,7 +193,7 @@ with gr.Blocks(title="RAG Knowledge Assistant", theme=gr.themes.Soft()) as demo:
|
|
| 193 |
label="Active Brain",
|
| 194 |
container=False
|
| 195 |
)
|
| 196 |
-
gr.
|
| 197 |
|
| 198 |
# Right Column: Main App (Chat)
|
| 199 |
with gr.Column(scale=4):
|
|
|
|
| 193 |
label="Active Brain",
|
| 194 |
container=False
|
| 195 |
)
|
| 196 |
+
gr.HTML("<div style='font-size: 10px; color: #888; margin-top: 5px;'>*Local = ZeroGPU</div>")
|
| 197 |
|
| 198 |
# Right Column: Main App (Chat)
|
| 199 |
with gr.Column(scale=4):
|