Spaces:
Runtime error
Runtime error
Commit ·
dd37550
1
Parent(s): 37219a0
Alternate
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ st.set_page_config(page_title="Generate Therapy Answers🤖",
|
|
| 24 |
# ## Prompt Template
|
| 25 |
|
| 26 |
|
| 27 |
-
url = "
|
| 28 |
|
| 29 |
headers = {
|
| 30 |
'Content-Type': 'application/json',
|
|
|
|
| 24 |
# ## Prompt Template
|
| 25 |
|
| 26 |
|
| 27 |
+
url = "https://localhost/api/generate"
|
| 28 |
|
| 29 |
headers = {
|
| 30 |
'Content-Type': 'application/json',
|