removed local css function
Browse files
app.py
CHANGED
|
@@ -382,8 +382,7 @@ if selected == "FAQ":
|
|
| 382 |
""")
|
| 383 |
|
| 384 |
|
| 385 |
-
|
| 386 |
-
local_css("style.css")
|
| 387 |
with st.expander(r"$\textsf{\Large Which models is this interface based on?}$"):
|
| 388 |
st.write(
|
| 389 |
"This interface is based on five language models. \
|
|
|
|
| 382 |
""")
|
| 383 |
|
| 384 |
|
| 385 |
+
|
|
|
|
| 386 |
with st.expander(r"$\textsf{\Large Which models is this interface based on?}$"):
|
| 387 |
st.write(
|
| 388 |
"This interface is based on five language models. \
|