Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def get_text_after_think(text: str) -> str:
|
|
| 28 |
else:
|
| 29 |
return text.strip()
|
| 30 |
|
| 31 |
-
st.set_page_config(page_title="
|
| 32 |
st.header("VENOM CHAT-APP")
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
else:
|
| 29 |
return text.strip()
|
| 30 |
|
| 31 |
+
st.set_page_config(page_title="I am VeNoM ", page_icon="🕷️")
|
| 32 |
st.header("VENOM CHAT-APP")
|
| 33 |
|
| 34 |
|