Spaces:
Runtime error
Runtime error
Daniel4343
commited on
Commit
•
eecbf7c
1
Parent(s):
3d220e9
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ def main():
|
|
99 |
model_options = ["MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
|
100 |
selected_model = st.sidebar.selectbox("Modell auswählen", model_options)
|
101 |
|
102 |
-
st.markdown("<h1 style='text-align: center; color: blue;'>
|
103 |
-
st.markdown("<h2 style='text-align: center; color:
|
104 |
|
105 |
uploaded_file = st.file_uploader("", type=["pdf"])
|
106 |
|
|
|
99 |
model_options = ["MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
|
100 |
selected_model = st.sidebar.selectbox("Modell auswählen", model_options)
|
101 |
|
102 |
+
st.markdown("<h1 style='text-align: center; color: blue;'>Dateiupload für Behörden und Organisationen mit Sicherheitsaufgaben📄 </h1>", unsafe_allow_html=True)
|
103 |
+
st.markdown("<h2 style='text-align: center; color:black;'>Laden Sie Ihr PDF hoch und stellen Sie Fragen 👇</h3>", unsafe_allow_html=True)
|
104 |
|
105 |
uploaded_file = st.file_uploader("", type=["pdf"])
|
106 |
|