fix errors

This commit is contained in:
2025-09-04 21:44:48 +03:00
parent 2fcee9f065
commit 6a1f685ee3
3 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
Модуль для сайдбара
"""
import streamlit as st
from api_client import get_server_info, get_available_parsers, API_PUBLIC_URL
from api_client import get_server_info, get_available_parsers
from config import API_PUBLIC_URL
def render_sidebar():