ibrahim yıldız commited on
Commit
9cdf0e0
·
verified ·
1 Parent(s): 9ae9e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def ask_dobby(history: List[Dict], max_tokens: int = 150, temperature: float = 0
31
  # --------------------- UI SETUP ----------------------
32
  st.set_page_config("Rizzy", "💬")
33
 
34
- st.image("logo.png", width=160)
35
 
36
  if "chat" not in st.session_state:
37
  st.session_state.chat: List[Dict] = []
 
31
  # --------------------- UI SETUP ----------------------
32
  st.set_page_config("Rizzy", "💬")
33
 
34
+ st.image("logo.png")
35
 
36
  if "chat" not in st.session_state:
37
  st.session_state.chat: List[Dict] = []