From 461e8bab33115c105b032132ca527e4724ab85d6 Mon Sep 17 00:00:00 2001 From: Cesar Mendivil Date: Thu, 29 Jan 2026 10:10:10 -0700 Subject: [PATCH] agregar streamlit y streamlit-autorefresh a requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 86113e0..2742163 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,5 @@ uvicorn # No necesitamos la otra librería, yt-dlp hará todo el trabajo pesado requests yt-dlp +streamlit +streamlit-autorefresh