Shunfeng Zheng commited on
Commit
e9c69f6
·
1 Parent(s): 69eefd7

Add Streamlit demo

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -3,11 +3,7 @@ import requests
3
 
4
  st.title("Spatial Parser Demo")
5
 
6
- # 密码验证
7
- password = st.text_input("Enter access password:", type="password")
8
- if password != "demo1234":
9
- st.warning("Please enter the correct password.")
10
- st.stop()
11
 
12
  # 输入框
13
  text = st.text_area("Enter your spatial description:")
 
3
 
4
  st.title("Spatial Parser Demo")
5
 
6
+
 
 
 
 
7
 
8
  # 输入框
9
  text = st.text_area("Enter your spatial description:")