streamlit 本机run起来后,局域网的其他电脑访问不到?
streamlit 写了个小的demo,run起来后,其他同事通过访问我的ip地址,访问不到。这个问题如何解决呢?
import streamlit as st
# Create a sidebar
st.sidebar.title("Date Options")
# Add a date input widget to the sidebar
date = st.sidebar.date_input("Select a date")
# Display the selected date
st.write("You selected:", date) 你的防火墙关了吗? isdkz 发表于 2023-5-29 19:50
你的防火墙关了吗?
确实没关,明天关掉在试试
页:
[1]