bstraehle commited on
Commit
9a01e1d
·
verified ·
1 Parent(s): 3271e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def invoke(openai_api_key, prompt, rag_option):
61
 
62
  gr.close_all()
63
 
64
- PROMPT = "I want to stay in a place that's warm and friendly, and not too far from restaurants."
65
 
66
  demo = gr.Interface(
67
  fn = invoke,
 
61
 
62
  gr.close_all()
63
 
64
+ PROMPT = "I want to stay in a place that's modern and clean, walking distance from restaurants."
65
 
66
  demo = gr.Interface(
67
  fn = invoke,