Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py with current date & not showing on UI
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ st.set_page_config(
|
|
20 |
)
|
21 |
|
22 |
st.title("🦉Taiwan Smol Chat")
|
23 |
-
st.info('Model based on [lianghsun/Llama-3.2-Taiwan-3B-Instruct](https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct)
|
24 |
|
25 |
client = OpenAI(
|
26 |
api_key=st.secrets['API_KEY'],
|
|
|
20 |
)
|
21 |
|
22 |
st.title("🦉Taiwan Smol Chat")
|
23 |
+
st.info('Model based on [lianghsun/Llama-3.2-Taiwan-3B-Instruct](https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct)', icon="🧠")
|
24 |
|
25 |
client = OpenAI(
|
26 |
api_key=st.secrets['API_KEY'],
|