Kvikontent commited on
Commit
89c2209
·
1 Parent(s): 08a9b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from freegpt import Client
3
 
4
  @st.cache(ttl=3600)
5
  def get_response(user_input):
 
1
  import streamlit as st
2
+ from freeGPT import Client
3
 
4
  @st.cache(ttl=3600)
5
  def get_response(user_input):