Kvikontent commited on
Commit
d1f6271
1 Parent(s): 67a46f9

Update app.py

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