Spaces:
Sleeping
Sleeping
update instructions layout at top of app
Browse files
app.py
CHANGED
@@ -55,7 +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 --
|
59 |
#### Step 5: Clear inputs and start fresh
|
60 |
"""
|
61 |
|
|
|
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 |
|