mgokg commited on
Commit
161f398
Β·
verified Β·
1 Parent(s): 6cc9288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -64,11 +64,7 @@ def process_audio(audio_data):
64
  except Exception as e:
65
  return f"Fehler: {str(e)}"
66
 
67
- # Streamlit UI
68
- st.set_page_config(
69
- page_title="Gemini Chatbot mit Spracheingabe",
70
- page_icon="πŸ€–"
71
- )
72
  st.title("Gemini Chatbot 🎀+πŸ“")
73
 
74
  # Chatverlauf anzeigen
 
64
  except Exception as e:
65
  return f"Fehler: {str(e)}"
66
 
67
+
 
 
 
 
68
  st.title("Gemini Chatbot 🎀+πŸ“")
69
 
70
  # Chatverlauf anzeigen