lianghsun commited on
Commit
21eb8fb
·
1 Parent(s): bc6380e

Update app.py with current date & not showing on UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) **v2025.01.01**', icon="🧠")
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'],