Harshil24 commited on
Commit
3a00a2a
·
1 Parent(s): 40bacc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -1,10 +1,3 @@
1
- import streamlit as st
2
 
3
- def gene():
4
- print("hello")
5
-
6
- if st.button("Generate Text"):
7
- # When the button is clicked, call the generate_text function
8
- generated_text = gene()
9
- st.write("Generated Text:")
10
- st.write(generated_text)
 
1
+ import subprocess
2
 
3
+ subprocess.run("!ls")