Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ st.set_page_config(page_title="GPT3 Dataset Generator", page_icon="🤖")
|
|
32 |
|
33 |
st.image("Gifs/boat_new.gif")
|
34 |
|
|
|
|
|
35 |
c30, c31, c32 = st.columns([0.2, 0.1, 3])
|
36 |
|
37 |
with c30:
|
|
|
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 |
|
39 |
with c30:
|