TarunEnma commited on
Commit
da79f7c
·
verified ·
1 Parent(s): c1e2c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,5 +16,5 @@ if uploaded_file is not None:
16
  text_loader = TextLoader(open("uploaded_file.txt","rb"))
17
  file_content = text_loader.load()
18
 
19
- st.write("File content:")
20
- st.text(file_content)
 
16
  text_loader = TextLoader(open("uploaded_file.txt","rb"))
17
  file_content = text_loader.load()
18
 
19
+ # st.write("File content:")
20
+ # st.text(file_content)