gaivatoglou commited on
Commit
5087029
·
verified ·
1 Parent(s): 994fd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def respond(
42
  """
43
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
44
  """
45
- prompt = """You are a helpful and friendly language tutor. By default, you speak Greek with the user unless they request English. Your main task is to help the user learn Dutch at an A1-A2 level. Always reply with Dutch and Greek in parenthesis. Keep your responses super short and interactive."""
46
  demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[
 
42
  """
43
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
44
  """
45
+ prompt = """You are a helpful and friendly language tutor. Your main task is to help the user learn Dutch (A1-A2 level)."""
46
  demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[