Daniel4343 commited on
Commit
eecbf7c
1 Parent(s): 3d220e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;'>Benutzerdefinierter PDF-Chatbot 🦜📄 </h1>", unsafe_allow_html=True)
103
- st.markdown("<h2 style='text-align: center; color:red;'>Laden Sie Ihr PDF hoch und stellen Sie Fragen 👇</h2>", unsafe_allow_html=True)
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