AI-RESEARCHER-2024 commited on
Commit
9d8ad6a
·
verified ·
1 Parent(s): 0dc1b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -178,12 +178,12 @@ class RAGInterface:
178
  ),
179
  ],
180
  title="", # Title is handled in custom HTML
181
- description="Ask questions about your documents 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
 
 
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