Spaces:
Sleeping
Sleeping
mmccanse
commited on
Commit
·
2bf70c0
1
Parent(s):
e2672e3
update instructions layout
Browse files
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
|
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 |
|