Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -178,12 +178,12 @@ class RAGInterface:
|
|
178 |
),
|
179 |
],
|
180 |
title="", # Title is handled in custom HTML
|
181 |
-
description="Ask questions about
|
182 |
-
examples=[
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
],
|
187 |
theme=gr.themes.Default(),
|
188 |
)
|
189 |
|
|
|
178 |
),
|
179 |
],
|
180 |
title="", # Title is handled in custom HTML
|
181 |
+
description="Ask questions about Computers and get AI-powered answers.",
|
182 |
+
# examples=[
|
183 |
+
# "What is a Computer?",
|
184 |
+
# "How does machine learning work?",
|
185 |
+
# "Explain artificial intelligence.",
|
186 |
+
# ],
|
187 |
theme=gr.themes.Default(),
|
188 |
)
|
189 |
|