Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API URL
|
| 5 |
-
API_URL = "https://startrz-proagents.hf.space/api/v1/prediction/
|
| 6 |
|
| 7 |
# Function to query the API
|
| 8 |
def query_api(question):
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API URL
|
| 5 |
+
API_URL = "https://startrz-proagents.hf.space/api/v1/prediction/f52386e4-0b35-4971-b370-60356677c133"
|
| 6 |
|
| 7 |
# Function to query the API
|
| 8 |
def query_api(question):
|