Maryem2025 commited on
Commit
59c5c4e
·
verified ·
1 Parent(s): ddfe2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -108,15 +108,15 @@ demo = gr.Interface(
108
  gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
109
  ],
110
  outputs=gr.Textbox(label="Generated Text"),
111
- title="FALFOUL'S Kitchen",
112
  description="Running LLM with context retrieval from ChromaDB",
113
  examples=[
114
- ["I have leftover rice, what can I make out of it?"],
115
  ["I just have some milk and chocolate, what dessert can I make?"],
116
 
117
  ["Can you suggest a vegan breakfast recipe?"],
118
  ["How do I make a perfect scrambled egg?"],
119
- ["Can you guide me through making a soufflé?"],
120
  ],
121
  cache_examples=False,
122
  )
 
108
  gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
109
  ],
110
  outputs=gr.Textbox(label="Generated Text"),
111
+ title="FALFOUL",
112
  description="Running LLM with context retrieval from ChromaDB",
113
  examples=[
114
+ ["I have rice, what can I make out of it?"],
115
  ["I just have some milk and chocolate, what dessert can I make?"],
116
 
117
  ["Can you suggest a vegan breakfast recipe?"],
118
  ["How do I make a perfect scrambled egg?"],
119
+ ["Can you guide me through making a tajine?"],
120
  ],
121
  cache_examples=False,
122
  )