Spaces:
Running
Running
Update app.py
Browse files
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
|
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'):
|