Spaces:
Sleeping
Sleeping
app
Browse files
app.py
CHANGED
|
@@ -124,6 +124,16 @@ class LanguageLearningChatbot:
|
|
| 124 |
def create_interface(self):
|
| 125 |
with gr.Blocks(title="Language Learning Chatbot", theme=gr.themes.Soft()) as self.demo:
|
| 126 |
gr.Markdown("# 🌍 Language Learning Chatbot (with Indian Languages)")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
|
| 128 |
with gr.Tab("New Conversation"):
|
| 129 |
with gr.Row():
|
|
|
|
| 124 |
def create_interface(self):
|
| 125 |
with gr.Blocks(title="Language Learning Chatbot", theme=gr.themes.Soft()) as self.demo:
|
| 126 |
gr.Markdown("# 🌍 Language Learning Chatbot (with Indian Languages)")
|
| 127 |
+
|
| 128 |
+
gr.Markdown(
|
| 129 |
+
"""
|
| 130 |
+
Welcome! Practice speaking a new language through interactive scenarios.
|
| 131 |
+
- **New Conversation:** Set up your language preferences and scenario, then click 'Start Conversation'.
|
| 132 |
+
- **Chat:** Interact with the AI tutor in your chosen language. Your messages will be corrected.
|
| 133 |
+
- **Analysis:** Review your mistakes, see vocabulary suggestions, and get tips on areas to improve.
|
| 134 |
+
- **History:** Look back at your past conversations.
|
| 135 |
+
"""
|
| 136 |
+
)
|
| 137 |
|
| 138 |
with gr.Tab("New Conversation"):
|
| 139 |
with gr.Row():
|