Vageesh1 commited on
Commit
7056670
·
1 Parent(s): b52e02e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -134,7 +134,6 @@ def ui():
134
  bio_word_count = word_count(bio)
135
  st.write(f"Generated Bio Word Count: {bio_word_count}")
136
  st.write(bio)
137
- st.write(bio)
138
 
139
 
140
 
 
134
  bio_word_count = word_count(bio)
135
  st.write(f"Generated Bio Word Count: {bio_word_count}")
136
  st.write(bio)
 
137
 
138
 
139