Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,14 +114,15 @@ def initialize_session_state():
|
|
114 |
|
115 |
def sidebar():
|
116 |
with st.sidebar:
|
117 |
-
st.
|
|
|
118 |
st.markdown("This money would be used for paying for API and support out team.")
|
119 |
st.markdown("🎯 **Goal**: 500 $")
|
120 |
st.markdown("[🔗 Link to the bank](https://send.monobank.ua/jar/5fSitCrVcQ)")
|
121 |
|
122 |
st.markdown("")
|
123 |
|
124 |
-
st.markdown("Enter the YouTube Video URL below🔗")
|
125 |
st.session_state.youtube_url = st.text_input("YouTube Video URL:")
|
126 |
|
127 |
model_choice = st.radio("Choose a Model:", list(models.keys()))
|
|
|
114 |
|
115 |
def sidebar():
|
116 |
with st.sidebar:
|
117 |
+
st.sidebar.image('2023-11-24 20.34.05.jpg')
|
118 |
+
st.markdown("# 💸 **Support our project**")
|
119 |
st.markdown("This money would be used for paying for API and support out team.")
|
120 |
st.markdown("🎯 **Goal**: 500 $")
|
121 |
st.markdown("[🔗 Link to the bank](https://send.monobank.ua/jar/5fSitCrVcQ)")
|
122 |
|
123 |
st.markdown("")
|
124 |
|
125 |
+
st.markdown("# Enter the YouTube Video URL below🔗")
|
126 |
st.session_state.youtube_url = st.text_input("YouTube Video URL:")
|
127 |
|
128 |
model_choice = st.radio("Choose a Model:", list(models.keys()))
|