Kvikontent commited on
Commit
0491265
·
verified ·
1 Parent(s): 79c6861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from freeGPT import Client
3
 
4
  st.title("ChatGPT4 UI")
5
- cont = st.container(height=400)
6
  prompt = st.chat_input(placeholder="Eg. How are you?")
7
 
8
  if prompt:
 
2
  from freeGPT import Client
3
 
4
  st.title("ChatGPT4 UI")
5
+ cont = st.container(height=600)
6
  prompt = st.chat_input(placeholder="Eg. How are you?")
7
 
8
  if prompt: