fix gif path for stt

This commit is contained in:
if 2023-04-23 22:49:40 +03:00
parent 43102a2230
commit 061924213c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from bokeh.models import CustomJS
from bokeh.models.widgets import Button
from streamlit_bokeh_events import streamlit_bokeh_events
REC_GIF = "assets/icons/rec_on.gif"
REC_GIF = "ai_talks/assets/icons/rec_on.gif"
def get_js_code(lang: str) -> str: