Nymbo commited on
Commit
a38cce7
·
verified ·
1 Parent(s): 8d5ec93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -494,6 +494,14 @@ demo = gr.TabbedInterface(
494
  .gradio-container h1 {
495
  text-align: center;
496
  }
 
 
 
 
 
 
 
 
497
  """,
498
  )
499
 
 
494
  .gradio-container h1 {
495
  text-align: center;
496
  }
497
+ .gradio-container h1::after {
498
+ content: "Fetch Webpage | Search DuckDuckGo | Code Interpreter";
499
+ display: block;
500
+ font-size: 1rem;
501
+ font-weight: 500;
502
+ opacity: 0.9;
503
+ margin-top: 6px;
504
+ }
505
  """,
506
  )
507