
    U[i                         d dl mZmZ d dlmZ d dlmZ d dlmZ d dl	m
Z
 d dlmZ d dlmZ d dlmZ d d	lmZmZ d d
lmZ d dlmZmZ d dlmZ g dZd Zy)    )Base
ThemeClass)Citrus)Default)Glass)
Monochrome)Ocean)Origin)Soft)colorssizes)Color)Font
GoogleFont)Size)r   r   r   r   r   r   r   r   r   r   r   r   r
   r   r	   c                  R    ddl m} d} |j                  | i |t               |ddS )Nr   )demoa  
.gradio-container {
    overflow: visible !important;
    max-width: none !important;
}
#controls {
    max-height: 100vh;
    flex-wrap: unset;
    overflow-y: scroll;
    position: sticky;
    top: 0;
}
#controls::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#controls::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
z<style id='theme_css'></style>)themecsshead)gradio.themes.builder_appr   launchr   )argskwargsr   	theme_csss       d/var/www/html/chatbot/Makanify-Chatbot-3/venv/lib/python3.12/site-packages/gradio/themes/__init__.pybuilderr   !   s>    .I. 4;;	
 f-     N)gradio.themes.baser   r   gradio.themes.citrusr   gradio.themes.defaultr   gradio.themes.glassr   gradio.themes.monochromer   gradio.themes.oceanr	   gradio.themes.originr
   gradio.themes.softr   gradio.themes.utilsr   r   gradio.themes.utils.colorsr   gradio.themes.utils.fontsr   r   gradio.themes.utils.sizesr   __all__r    r   r   <module>r-      s5    / ' ) % / % ' # - , 6 *& r   