CCockrum commited on
Commit
c2f81a6
·
verified ·
1 Parent(s): 24a8490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()