Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from freeGPT import Client
|
| 3 |
|
| 4 |
-
st.title("
|
| 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?")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from freeGPT import Client
|
| 3 |
|
| 4 |
+
st.title("Freak 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?")
|