Spaces:
Sleeping
Sleeping
Truong-Phuc Nguyen
commited on
Commit
•
f0d9ec7
1
Parent(s):
85aafd6
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import torch
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
st.set_page_config(page_title="
|
6 |
|
7 |
with open("./static/styles.css") as f:
|
8 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
|
|
2 |
import torch
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
st.set_page_config(page_title="ChatViLD", page_icon="./app/static/ai.png", layout="centered", initial_sidebar_state="expanded")
|
6 |
|
7 |
with open("./static/styles.css") as f:
|
8 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|