johnhelf commited on
Commit
4f3a03e
·
1 Parent(s): 1e71e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.sidebar.title("Code Interpreter API 🚀")
15
  st.sidebar.markdown("[Github Repo](https://github.com/shroominic/codeinterpreter-api)")
16
 
17
 
18
- input_openai_key = st.text_box("openai_key")
19
  # This will create a textbox where you can input text
20
  input_text = st.text_area("Write your prompt")
21
  uploaded_files = st.file_uploader("Upload your files", accept_multiple_files=True)
 
15
  st.sidebar.markdown("[Github Repo](https://github.com/shroominic/codeinterpreter-api)")
16
 
17
 
18
+ input_openai_key = st.text_input("openai_key")
19
  # This will create a textbox where you can input text
20
  input_text = st.text_area("Write your prompt")
21
  uploaded_files = st.file_uploader("Upload your files", accept_multiple_files=True)