Update app.py
Browse files
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 |
|