Nymbo commited on
Commit
d6e3242
·
verified ·
1 Parent(s): 53db38e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -126,19 +126,8 @@ CSS_STYLES = """
126
  display: grid;
127
  justify-items: center;
128
  }
129
- /* Place bold tools list on line 2, normal auth note on line 3 (below title) */
130
- .app-title::before {
131
- grid-row: 2;
132
- content: "Web Fetch | Web Search | Code Interpreter | Memory Manager | Generate Speech | Generate Image | Generate Video | Deep Research | File System | Shell Command";
133
- display: block;
134
- font-size: 1rem;
135
- font-weight: 700;
136
- opacity: 0.9;
137
- margin-top: 6px;
138
- white-space: pre-wrap;
139
- }
140
  .app-title::after {
141
- grid-row: 3;
142
  content: "General purpose tools useful for any agent.";
143
  display: block;
144
  font-size: 1rem;
 
126
  display: grid;
127
  justify-items: center;
128
  }
 
 
 
 
 
 
 
 
 
 
 
129
  .app-title::after {
130
+ grid-row: 2;
131
  content: "General purpose tools useful for any agent.";
132
  display: block;
133
  font-size: 1rem;