Kvikontent commited on
Commit
ff6ac96
·
1 Parent(s): e9b1dfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import freegpt
3
- from freegpt import Client
4
 
5
  # Initialize the client with your API key
6
  client = Client()
 
1
  import streamlit as st
2
  import freegpt
3
+ from freeGPT import Client
4
 
5
  # Initialize the client with your API key
6
  client = Client()