mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-27 18:32:55 +03:00
5 lines
96 B
Python
5 lines
96 B
Python
|
"""Store streamlit component keys"""
|
||
|
|
||
|
class ComponentsKeys:
|
||
|
FILE_UPLOADER = "file_uploader"
|