Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ st.set_page_config(page_title="GPT3 Dataset Generator", page_icon="🤖")
|
|
32 |
|
33 |
st.image("Gifs/boat_new.gif")
|
34 |
|
35 |
-
API_Key = openai-api-key
|
36 |
|
37 |
c30, c31, c32 = st.columns([0.2, 0.1, 3])
|
38 |
|
|
|
32 |
|
33 |
st.image("Gifs/boat_new.gif")
|
34 |
|
35 |
+
#API_Key = openai-api-key
|
36 |
|
37 |
c30, c31, c32 = st.columns([0.2, 0.1, 3])
|
38 |
|