eaglelandsonce commited on
Commit
ec89d0f
·
verified ·
1 Parent(s): ecc3e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ with tab1:
306
  # Tab 2: Data Visualization
307
  with tab2:
308
 
309
- story_result = text_area("Story", key = "text_block")
310
 
311
  # Streamlit main page
312
 
 
306
  # Tab 2: Data Visualization
307
  with tab2:
308
 
309
+ story_result = st.text_area("Story", key = "text_block")
310
 
311
  # Streamlit main page
312