Kvikontent commited on
Commit
67a46f9
1 Parent(s): 7cf5acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=600)
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: