Spaces:
Sleeping
Sleeping
Update streamlit.py
Browse files- streamlit.py +1 -1
streamlit.py
CHANGED
@@ -29,7 +29,7 @@ def run_async(coroutine):
|
|
29 |
return loop.run_until_complete(coroutine)
|
30 |
|
31 |
# User input
|
32 |
-
user_input = st.
|
33 |
|
34 |
if user_input:
|
35 |
st.markdown("## 🧠 Response")
|
|
|
29 |
return loop.run_until_complete(coroutine)
|
30 |
|
31 |
# User input
|
32 |
+
user_input = st.text_area("💬 Enter your prompt:", height=150)
|
33 |
|
34 |
if user_input:
|
35 |
st.markdown("## 🧠 Response")
|