CCockrum commited on
Commit
9bc6a92
·
verified ·
1 Parent(s): 3bdaa78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -185,15 +185,7 @@ with gr.Blocks(css=css, title="French Tutor") as demo:
185
  additional_inputs=[level, max_tokens, temperature, top_p],
186
  type="messages",
187
  title="Chat with your French Tutor",
188
- description="Ask questions, practice conversation, or get help with French grammar!",
189
- examples=[
190
- "Bonjour! Comment allez-vous?",
191
- "Can you help me conjugate the verb 'être'?",
192
- "What's the difference between 'tu' and 'vous'?",
193
- "Tell me about French culture",
194
- "How do I order food in a French restaurant?"
195
- ],
196
- cache_examples=False
197
  )
198
 
199
  if __name__ == "__main__":
 
185
  additional_inputs=[level, max_tokens, temperature, top_p],
186
  type="messages",
187
  title="Chat with your French Tutor",
188
+ description="Ask questions, practice conversation, or get help with French grammar!"
 
 
 
 
 
 
 
 
189
  )
190
 
191
  if __name__ == "__main__":