kshitij10000 commited on
Commit
e610d6e
Β·
1 Parent(s): 746a499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import warnings
9
  warnings.filterwarnings("ignore")
10
 
11
  # Set your OpenAI API key
12
- openai.api_key = "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"
13
 
14
  # Streamlit app title and header with improved styling
15
  st.title("🌟 PowerPoint Presentation Generator 🌟")
 
9
  warnings.filterwarnings("ignore")
10
 
11
  # Set your OpenAI API key
12
+ openai.api_key = "your api key"
13
 
14
  # Streamlit app title and header with improved styling
15
  st.title("🌟 PowerPoint Presentation Generator 🌟")