FauziIsyrinApridal commited on
Commit
b089e1a
·
1 Parent(s): 22f049b
Files changed (2) hide show
  1. app/chat.py +5 -1
  2. logo-pnp-small.webp +0 -0
app/chat.py CHANGED
@@ -23,7 +23,11 @@ def initialize_session_state():
23
  st.session_state['input_text'] = ""
24
  if 'tts_output' not in st.session_state:
25
  st.session_state['tts_output'] = ""
26
-
 
 
 
 
27
  # Fungsi TTS
28
  def text_to_speech(text):
29
  tts = gtts.gTTS(text, lang="id")
 
23
  st.session_state['input_text'] = ""
24
  if 'tts_output' not in st.session_state:
25
  st.session_state['tts_output'] = ""
26
+ st.set_page_config(
27
+ page_title="PNP-Bot", # Ganti dengan nama aplikasi kamu
28
+ page_icon="logo-pnp-small.webp", # Bisa pakai emoji, link gambar, atau path lokal
29
+ layout="wide"
30
+ )
31
  # Fungsi TTS
32
  def text_to_speech(text):
33
  tts = gtts.gTTS(text, lang="id")
logo-pnp-small.webp ADDED