ibrahim yıldız
commited on
Update app.py
Browse files
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"
|
| 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] = []
|