Abhilashvj commited on
Commit
8f220a2
1 Parent(s): a95741d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
 
1
  import requests
 
2
  from bs4 import BeautifulSoup
3
- import openai
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):