Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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:
|