Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ else:
|
|
68 |
st.markdown(
|
69 |
"""
|
70 |
<div style="position: fixed; bottom: 10px; right: 10px; width: auto; height: auto; background-color: white; border: 1px solid #f0f2f6; border-radius: 5px; padding: 1rem;">
|
71 |
-
Created by
|
72 |
</div>
|
73 |
""",
|
74 |
unsafe_allow_html=True
|
|
|
68 |
st.markdown(
|
69 |
"""
|
70 |
<div style="position: fixed; bottom: 10px; right: 10px; width: auto; height: auto; background-color: white; border: 1px solid #f0f2f6; border-radius: 5px; padding: 1rem;">
|
71 |
+
Created by trhacknon - <a href="https://github.com/tucommenceapousser/youtube-video-to-text-generation" target="_blank">Source Code</a>
|
72 |
</div>
|
73 |
""",
|
74 |
unsafe_allow_html=True
|