Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def transcribe(audio, text):
|
|
| 106 |
# Reset the messages list and answer counter
|
| 107 |
messages = [initial_message]
|
| 108 |
answer_count = 0
|
| 109 |
-
input_text = '
|
| 110 |
# Add the input text to the messages list
|
| 111 |
messages.append({"role": "user", "content": input_text})
|
| 112 |
|
|
|
|
| 106 |
# Reset the messages list and answer counter
|
| 107 |
messages = [initial_message]
|
| 108 |
answer_count = 0
|
| 109 |
+
input_text = 'Can you click the Submit button one more time? (say Yes)'
|
| 110 |
# Add the input text to the messages list
|
| 111 |
messages.append({"role": "user", "content": input_text})
|
| 112 |
|