Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def display_videos_from_html(html_file):
|
|
132 |
st.video(src)
|
133 |
|
134 |
def main():
|
135 |
-
st.title("🧑💼People🧠Models📚Datasets
|
136 |
|
137 |
user_input = st.text_area(
|
138 |
"Enter Hugging Face usernames (one per line):",
|
|
|
132 |
st.video(src)
|
133 |
|
134 |
def main():
|
135 |
+
st.title("🧑💼People🧠Models📚Datasets")
|
136 |
|
137 |
user_input = st.text_area(
|
138 |
"Enter Hugging Face usernames (one per line):",
|