xxfdsf commited on
Commit
ad434b9
1 Parent(s): 7773f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ class YouTubeDownloader:
15
  file_ = YouTubeDownloader.download_video(url)
16
  st.video(file_)
17
  YouTubeDownloader.helper_message()
18
- st.markdown(" App made by miles")
19
 
20
 
21
  @staticmethod
 
15
  file_ = YouTubeDownloader.download_video(url)
16
  st.video(file_)
17
  YouTubeDownloader.helper_message()
18
+ st.markdown(" ")
19
 
20
 
21
  @staticmethod