Spaces:
Running
Running
Commit
·
6b083c6
1
Parent(s):
9c70e78
Update streamlitapp.py
Browse files- streamlitapp.py +1 -1
streamlitapp.py
CHANGED
@@ -13,7 +13,7 @@ hostname = socket.gethostname()
|
|
13 |
ip_address = socket.gethostbyname(hostname)
|
14 |
|
15 |
servername = 'calebcometml-kangas-demo.hf.space'
|
16 |
-
src = f"https://{servername}:
|
17 |
|
18 |
st.set_page_config(layout="wide")
|
19 |
|
|
|
13 |
ip_address = socket.gethostbyname(hostname)
|
14 |
|
15 |
servername = 'calebcometml-kangas-demo.hf.space'
|
16 |
+
src = f"https://{servername}:7860/kangas"
|
17 |
|
18 |
st.set_page_config(layout="wide")
|
19 |
|