Spaces:
Sleeping
Sleeping
Commit
·
26f877e
1
Parent(s):
c374e9f
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ if create:
|
|
26 |
|
27 |
|
28 |
c0 = st.columns(1)
|
29 |
-
with
|
30 |
-
prom = st.text_input("# Prompt",'
|
31 |
|
32 |
c1,c2,c3 = st.columns([1,1,3])
|
33 |
c4,c5 = st.columns(2)
|
|
|
26 |
|
27 |
|
28 |
c0 = st.columns(1)
|
29 |
+
with c0:
|
30 |
+
prom = st.text_input("# Prompt",'')
|
31 |
|
32 |
c1,c2,c3 = st.columns([1,1,3])
|
33 |
c4,c5 = st.columns(2)
|