Spaces:
Build error
Build error
Commit Β·
9c9a6c6
1
Parent(s): 1d7b37a
Update pages/3_π_Question_And_Answering.py
Browse files
pages/3_π_Question_And_Answering.py
CHANGED
|
@@ -10,7 +10,7 @@ st.sidebar.header("Question and Answering")
|
|
| 10 |
|
| 11 |
|
| 12 |
def make_request(title):
|
| 13 |
-
URL = "https://api.
|
| 14 |
payload = json.dumps({
|
| 15 |
"question": title
|
| 16 |
})
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
def make_request(title):
|
| 13 |
+
URL = "https://api.amlfynd.com/service/panel/clue/ask/000000000000000000000001"
|
| 14 |
payload = json.dumps({
|
| 15 |
"question": title
|
| 16 |
})
|