Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,13 +151,6 @@ with gr.Blocks(css=css, title="French Tutor") as demo:
|
|
151 |
|
152 |
with gr.Column(elem_id="chat-panel"):
|
153 |
gr.Markdown("""
|
154 |
-
### 💬 **Try these example conversations:**
|
155 |
-
- "Bonjour! Comment allez-vous?" (Hello! How are you?)
|
156 |
-
- "Can you help me conjugate the verb 'être'?"
|
157 |
-
- "What's the difference between 'tu' and 'vous'?"
|
158 |
-
- "Tell me about French culture"
|
159 |
-
- "How do I order food in a French restaurant?"
|
160 |
-
""")
|
161 |
|
162 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|
163 |
level = gr.Dropdown(
|
|
|
151 |
|
152 |
with gr.Column(elem_id="chat-panel"):
|
153 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
|
155 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|
156 |
level = gr.Dropdown(
|