RASMUS commited on
Commit
1835ff9
·
1 Parent(s): 41ba7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def init_history(messages_history, system_prompt):
157
 
158
  ############# INTERFACE ##########################
159
  with gr.Blocks() as demo:
160
- gr.Markdown("ChatGPT demo with RAG using Chromadb")
161
 
162
 
163
 
 
157
 
158
  ############# INTERFACE ##########################
159
  with gr.Blocks() as demo:
160
+ gr.Markdown("Exam preparation demo: Upload images of textbooks and start learning!")
161
 
162
 
163