seawolf2357 commited on
Commit
d444a94
β€’
1 Parent(s): 7a49870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -2
app.py CHANGED
@@ -128,11 +128,30 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Remove
128
  components.iframe("https://seawolf2357-gttstest.hf.space", width=None, height=600, scrolling=True)
129
 
130
 
131
-
132
  # 'Home' νŽ˜μ΄μ§€ ν‘œμ‹œ
133
  if selected_menu == "Home":
134
  st.header("Welcome to ViDraft")
135
- st.write("Choose an option from the sidebar to get started.")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  elif selected_menu == "Free Stock":
137
  # 'Free Stock' 메뉴 선택 μ‹œ 처리 둜직
138
  if st.session_state['current_sub_menu'] == "Template Video":
 
128
  components.iframe("https://seawolf2357-gttstest.hf.space", width=None, height=600, scrolling=True)
129
 
130
 
131
+
132
  # 'Home' νŽ˜μ΄μ§€ ν‘œμ‹œ
133
  if selected_menu == "Home":
134
  st.header("Welcome to ViDraft")
135
+
136
+ # banner.jpg νŒŒμΌμ„ ν™”λ©΄ 상단에 ν‘œμ‹œ
137
+ st.image("banner.jpg", use_column_width=True)
138
+
139
+ # ν™˜μ˜ λ©”μ‹œμ§€ 및 μ„œλΉ„μŠ€ μ„€λͺ…
140
+ welcome_text = """
141
+ Welcome to our dynamic platform, where creativity meets technology across a vast spectrum of multimedia services. Our service offers an extensive array of options for every multimedia need:
142
+
143
+ - **Home**: Start your journey here with us, where innovation meets functionality.
144
+ - **Free Stock**: Dive into our rich collection of template videos, search for the perfect video or image to complement your project.
145
+ - **Image**: Explore our advanced image services including AI-powered generation, facial recognition, inpainting, background removal, and our comprehensive image studio.
146
+ - **Video**: Unleash your creativity with video generation, talking face animations, background removal, and access to our state-of-the-art video studio.
147
+ - **Sound**: Enhance your projects with video sound effects (SFX), curated video music, text-to-speech (TTS) services, image SFX, and image music integration.
148
+ - **Scripts**: Access a wide range of scripting tools and resources to bring your stories to life.
149
+
150
+ Join us to transform your creative ideas into reality with cutting-edge technology designed for creators, by creators.
151
+ """
152
+ st.write(welcome_text)
153
+
154
+
155
  elif selected_menu == "Free Stock":
156
  # 'Free Stock' 메뉴 선택 μ‹œ 처리 둜직
157
  if st.session_state['current_sub_menu'] == "Template Video":