import hotfix

This commit is contained in:
if 2023-04-23 10:51:12 +03:00
parent 014c55d2d7
commit 68d79a9f89

View File

@ -2,7 +2,7 @@ from pathlib import Path
import streamlit as st
from ai_talks.src.utils.helpers import render_svg
from .helpers import render_svg
def show_info(icon: Path) -> None: