Spaces:
Runtime error
Runtime error
Abhilashvj
commited on
Commit
·
8f220a2
1
Parent(s):
a95741d
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
1 |
import requests
|
|
|
2 |
from bs4 import BeautifulSoup
|
3 |
-
|
4 |
|
5 |
|
6 |
def generate_instagram_content(text_content: str, temperature=0):
|
|
|
1 |
+
import openai
|
2 |
import requests
|
3 |
+
import streamlit as st
|
4 |
from bs4 import BeautifulSoup
|
5 |
+
|
6 |
|
7 |
|
8 |
def generate_instagram_content(text_content: str, temperature=0):
|