Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from freeGPT import Client
|
|
| 3 |
|
| 4 |
st.title("ChatGPT4 UI")
|
| 5 |
cont = st.container(height=400)
|
| 6 |
-
prompt =
|
| 7 |
num_user_msg = 0
|
| 8 |
num_ai_msg = 0
|
| 9 |
ai_msg = []
|
|
|
|
| 3 |
|
| 4 |
st.title("ChatGPT4 UI")
|
| 5 |
cont = st.container(height=400)
|
| 6 |
+
prompt = st.chat_input(placeholder="Eg. How are you?")
|
| 7 |
num_user_msg = 0
|
| 8 |
num_ai_msg = 0
|
| 9 |
ai_msg = []
|