mmccanse commited on
Commit
2bf70c0
·
1 Parent(s): e2672e3

update instructions layout

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