Spaces:
Sleeping
Sleeping
Commit
·
ff6ac96
1
Parent(s):
e9b1dfc
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import freegpt
|
3 |
-
from
|
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()
|