Spaces:
Running
Running
Update app.py
Browse files
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
|
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,
|