Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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)
|