Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from freeGPT import Client
|
|
3 |
|
4 |
st.title("Dude AI - Your stupid assistant")
|
5 |
st.header("Type any message and get stupid response", divider="rainbow")
|
6 |
-
messages = st.container(height=
|
7 |
prompt = st.chat_input(placeholder="Eg. How are you today?")
|
8 |
|
9 |
if prompt:
|
|
|
3 |
|
4 |
st.title("Dude AI - Your stupid assistant")
|
5 |
st.header("Type any message and get stupid response", divider="rainbow")
|
6 |
+
messages = st.container(height=400)
|
7 |
prompt = st.chat_input(placeholder="Eg. How are you today?")
|
8 |
|
9 |
if prompt:
|