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.
|
6 |
prompt = cont.chat_message(placeholder="Eg. How are you?")
|
7 |
num_user_msg = 0
|
8 |
num_ai_msg = 0
|
|
|
2 |
from freeGPT import Client
|
3 |
|
4 |
st.title("ChatGPT4 UI")
|
5 |
+
cont = st.container(height=400)
|
6 |
prompt = cont.chat_message(placeholder="Eg. How are you?")
|
7 |
num_user_msg = 0
|
8 |
num_ai_msg = 0
|