Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -188,6 +188,6 @@ with gr.Blocks(css=css, title="French Tutor") as demo:
|
|
188 |
title="Chat with your French Tutor",
|
189 |
description="Ask questions, practice conversation, or get help with French grammar!"
|
190 |
)
|
191 |
-
"""
|
192 |
if __name__ == "__main__":
|
193 |
demo.launch()
|
|
|
188 |
title="Chat with your French Tutor",
|
189 |
description="Ask questions, practice conversation, or get help with French grammar!"
|
190 |
)
|
191 |
+
""")
|
192 |
if __name__ == "__main__":
|
193 |
demo.launch()
|