API Setup Updates and Tweaks

This commit is contained in:
ajaysi
2025-04-17 23:55:20 +05:30
parent fa4097c9ae
commit 6e60a9fd28
6 changed files with 188 additions and 245 deletions

View File

@@ -4,12 +4,6 @@ import streamlit as st
from typing import Dict, Any
from loguru import logger
from ..styles import API_KEY_MANAGER_STYLES
from ..wizard_state import (
get_current_step,
next_step,
previous_step,
can_proceed_to_next_step
)
def render_step_indicator(current_step: int, total_steps: int) -> None:
"""Render the step indicator."""