Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ flask_thread.start()
|
|
22 |
import streamlit as st
|
23 |
import requests
|
24 |
#st.write("hallo")
|
25 |
-
response = requests.get('https://huggingface.co/spaces/mgokg/PandasAI:5000/api?data=huhu')
|
26 |
#data = response.json()
|
27 |
-
|
28 |
-
st.write(response) # Zeigt die Daten in der Streamlit-Oberfläche an
|
|
|
22 |
import streamlit as st
|
23 |
import requests
|
24 |
#st.write("hallo")
|
25 |
+
#response = requests.get('https://huggingface.co/spaces/mgokg/PandasAI:5000/api?data=huhu')
|
26 |
#data = response.json()
|
27 |
+
st.title("huhu")
|
28 |
+
#st.write(response) # Zeigt die Daten in der Streamlit-Oberfläche an
|