Chris4K commited on
Commit
1c13312
Β·
verified Β·
1 Parent(s): 97ccb9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -12,15 +12,15 @@ import re,sys,unicodedata
12
 
13
  from app_agent_config import AgentConfig
14
 
 
 
 
 
15
  # Create an instance of AgentConfig
16
  agent_config = AgentConfig()
17
 
18
 
19
 
20
- st.set_page_config(
21
- page_title="Custom Transformers can realy do anything...",
22
- page_icon="πŸ‘‹",
23
- )
24
 
25
  st.title("Hugging Face Agent and Tools")
26
 
 
12
 
13
  from app_agent_config import AgentConfig
14
 
15
+ st.set_page_config(
16
+ page_title="Custom Transformers can realy do anything...",
17
+ page_icon="πŸ‘‹",
18
+ )
19
  # Create an instance of AgentConfig
20
  agent_config = AgentConfig()
21
 
22
 
23
 
 
 
 
 
24
 
25
  st.title("Hugging Face Agent and Tools")
26