cbg342 commited on
Commit
e5021b2
1 Parent(s): 75cea74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ d = {'GPT Commands': ['GOOGLE("question")', 'PYTHON(script.py)', 'MAKEFILE("cont
58
  }
59
  df = pd.DataFrame(data=d, dtype='string')
60
  commandTable = st.experimental_data_editor(df, use_container_width=True, num_rows='dynamic')
61
- st.markdown('### Upload/Download')
62
  uploadFile = st.file_uploader('')
63
  cola, colb, colc = st.columns(3)
64
  with cola:
 
58
  }
59
  df = pd.DataFrame(data=d, dtype='string')
60
  commandTable = st.experimental_data_editor(df, use_container_width=True, num_rows='dynamic')
61
+ st.markdown('### Upload/Download \n(note that this is a public server, uploaded files are visible to others)')
62
  uploadFile = st.file_uploader('')
63
  cola, colb, colc = st.columns(3)
64
  with cola: