import streamlit as st import os from dotenv import load_dotenv from drone import drone_chat # Load environment variables from .env file load_dotenv() # Add dark theme CSS right at the beginning st.markdown( """ """, unsafe_allow_html=True ) # Page config is set in drone_chat.py at module level # Remove duplicate page config since it's now in drone_chat.py at module level # We'll just import the module and call its main function def show_auth_screen(): """Display the authentication screen with DeepDrone information""" # Military-style header st.markdown("
SECURE TACTICAL OPERATIONS INTERFACE
", unsafe_allow_html=True) # Create a centered container for the auth form st.markdown("DEEPDRONE is an advanced command and control system for drone operations: