mgokg commited on
Commit
89e8116
·
verified ·
1 Parent(s): b634f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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