Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from ibm_watsonx_ai.foundation_models import Model
|
|
| 4 |
|
| 5 |
def get_credentials():
|
| 6 |
# Simulating the input of API key 'abc123456'
|
| 7 |
-
apikey = '
|
| 8 |
return {
|
| 9 |
"url": "https://us-south.ml.cloud.ibm.com",
|
| 10 |
"apikey": apikey
|
|
|
|
| 4 |
|
| 5 |
def get_credentials():
|
| 6 |
# Simulating the input of API key 'abc123456'
|
| 7 |
+
apikey = 'ws_9FlJesGn-OtLTG5MeUx-uhTQvgA3CvhlB354AbXEh'
|
| 8 |
return {
|
| 9 |
"url": "https://us-south.ml.cloud.ibm.com",
|
| 10 |
"apikey": apikey
|