mmccanse commited on
Commit
3e68c22
·
1 Parent(s): ca89f80

update instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
55
  instructions = """
56
  # Diabetes Chatbot
57
  #### Step 1: Record your audio OR input text (NOT both!) -- Step 2: Would you like response in new language? Choose your language
58
- #### Step 3: Submit question -- Step 4: Translate response
59
- #### Step 5: Clear inputs and start fresh
60
  """
61
 
62
 
 
55
  instructions = """
56
  # Diabetes Chatbot
57
  #### Step 1: Record your audio OR input text (NOT both!) -- Step 2: Would you like response in new language? Choose your language
58
+ #### Step 3: Submit question -- Step 4: Translate response -- Step 5: Clear inputs and start fresh
 
59
  """
60
 
61