Stephanwu commited on
Commit
a7f3805
·
verified ·
1 Parent(s): 71fa45b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1 +1,3 @@
1
- Fixed: Removed unsupported `show_copy_button=True` argument from all `gr.Textbox` calls that caused startup failure with newer Gradio versions.
 
 
 
1
+ # read content from file and upload
2
+ with open('/app/app.py', 'r') as f:
3
+ content = f.read()