yashasgupta commited on
Commit
1fb4ca2
1 Parent(s): 3bb4328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,4 +6,5 @@ import os
6
  os.environ["OPENAI_API_KEY"] = os.getenv["k1"]
7
  st.title("Image Caption Generator :frame_with_picture:")
8
 
9
- st.file_uploader(label = "Upload a file")
 
 
6
  os.environ["OPENAI_API_KEY"] = os.getenv["k1"]
7
  st.title("Image Caption Generator :frame_with_picture:")
8
 
9
+ file_uploader = st.file_uploader(label = "Upload a file")
10
+