Spaces:
Runtime error
Runtime error
Update pages/Extraction.py
Browse files- pages/Extraction.py +1 -1
pages/Extraction.py
CHANGED
@@ -12,7 +12,7 @@ def main():
|
|
12 |
st.session_state['Flag'] = False
|
13 |
with tab1:
|
14 |
with st.form("Manual", clear_on_submit = True):
|
15 |
-
Question = st.text_area("
|
16 |
st.write(Question)
|
17 |
col1, col2 = st.columns(2)
|
18 |
with col1:
|
|
|
12 |
st.session_state['Flag'] = False
|
13 |
with tab1:
|
14 |
with st.form("Manual", clear_on_submit = True):
|
15 |
+
Question = st.text_area("Article")
|
16 |
st.write(Question)
|
17 |
col1, col2 = st.columns(2)
|
18 |
with col1:
|