BatuhanYilmaz
commited on
Commit
β’
53e054f
1
Parent(s):
316a85b
Update pages/03_π_Upload_Video_File_and_Transcript.py
Browse files
pages/03_π_Upload_Video_File_and_Transcript.py
CHANGED
@@ -122,7 +122,7 @@ def main():
|
|
122 |
else:
|
123 |
st.error("Please upload a .srt or .vtt file")
|
124 |
else:
|
125 |
-
st.info("Please upload a video file and a transcript file")
|
126 |
|
127 |
|
128 |
if __name__ == "__main__":
|
|
|
122 |
else:
|
123 |
st.error("Please upload a .srt or .vtt file")
|
124 |
else:
|
125 |
+
st.info("Please upload a video file and a transcript file ")
|
126 |
|
127 |
|
128 |
if __name__ == "__main__":
|