Spaces:
Runtime error
Runtime error
Commit ·
117ed0c
1
Parent(s): 5b9a1c7
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import random
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
api_key = os.getenv("apikey")
|
| 7 |
-
url = "https://talent-interview-prep-conversational-model
|
| 8 |
|
| 9 |
# Predefined questions
|
| 10 |
questions = {
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
api_key = os.getenv("apikey")
|
| 7 |
+
url = "https://talent-interview-prep-conversational-model.multimodal.dev/"
|
| 8 |
|
| 9 |
# Predefined questions
|
| 10 |
questions = {
|