app.py
Browse files
app.py
CHANGED
@@ -14,18 +14,6 @@ import json
|
|
14 |
# Streamlit Page Config
|
15 |
st.set_page_config(page_title="Schlager ContractAi", layout="wide")
|
16 |
|
17 |
-
# Hide Hugging Face UI Elements
|
18 |
-
hide_huggingface_css = """
|
19 |
-
<style>
|
20 |
-
header {visibility: hidden;} /* Hides the Hugging Face header */
|
21 |
-
footer {visibility: hidden;} /* Hides the footer */
|
22 |
-
.stDeployButton {display: none !important;} /
|
23 |
-
.stAppViewBlockContainer {padding-top: 0px !important;} /* Removes extra padding */
|
24 |
-
iframe {display: none !important;} /* Hides the Hugging Face iframe */
|
25 |
-
</style>
|
26 |
-
"""
|
27 |
-
st.markdown(hide_huggingface_css, unsafe_allow_html=True)
|
28 |
-
|
29 |
# Authentication
|
30 |
AUTHORIZED_USERS = {
|
31 |
"[email protected]": "Pass.123",
|
|
|
14 |
# Streamlit Page Config
|
15 |
st.set_page_config(page_title="Schlager ContractAi", layout="wide")
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
# Authentication
|
18 |
AUTHORIZED_USERS = {
|
19 |
"[email protected]": "Pass.123",
|