Spaces:
Sleeping
Sleeping
Commit
·
968f312
1
Parent(s):
76d190f
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def generate_detailed_content(llm, content_input, video_length, video_style, ton
|
|
54 |
# Streamlit UI
|
55 |
st.set_page_config(page_title="ScriptMaven📜🧠", page_icon=":robot:")
|
56 |
st.header("ScriptMaven 📜🧠: Your Edu-Video Blueprint")
|
57 |
-
|
58 |
|
59 |
openai_api_key = st.text_input("OpenAI API Key", placeholder="Ex: sk-2twmA8tfCb8un4...")
|
60 |
video_style = st.selectbox('Video Style:', ('YouTube', 'Corporate'))
|
|
|
54 |
# Streamlit UI
|
55 |
st.set_page_config(page_title="ScriptMaven📜🧠", page_icon=":robot:")
|
56 |
st.header("ScriptMaven 📜🧠: Your Edu-Video Blueprint")
|
57 |
+
st.write("ScriptMaven automates the conceptualization and scripting process for educational videos. With an amalgamation of cutting-edge Natural Language Models, it serves as your creative partner to convert raw content into well-structured, engaging educational videos. No matter the audience or style, ScriptMaven personalizes your script in real-time.")
|
58 |
|
59 |
openai_api_key = st.text_input("OpenAI API Key", placeholder="Ex: sk-2twmA8tfCb8un4...")
|
60 |
video_style = st.selectbox('Video Style:', ('YouTube', 'Corporate'))
|