ZongqianLi commited on
Commit
e22c9b6
·
verified ·
1 Parent(s): fcc76e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ default_context = "The referential DSSC with Pt CE was also measured under the s
81
 
82
  # 获取用户输入的问题和上下文
83
  property = st.text_input("Enter the name of the property: ", value=default_property)
84
- context = st.text_area("Enter the context: ", value=default_context, height=100)
85
 
86
  # 添加一个按钮,用户点击后执行问答
87
  if st.button('Extract the property'):
 
81
 
82
  # 获取用户输入的问题和上下文
83
  property = st.text_input("Enter the name of the property: ", value=default_property)
84
+ context = st.text_area("Enter the paper: ", value=default_context, height=100)
85
 
86
  # 添加一个按钮,用户点击后执行问答
87
  if st.button('Extract the property'):