File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
examples/hf_demo_space/static Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 515515 display : none;
516516 }
517517 }
518+ /* Style for Try Now button in disclaimer */
519+ .disclaimer .cta-button {
520+ font-size : 1rem ;
521+ padding : 0.7rem 2rem !important ;
522+ margin : 0.5rem auto 1rem auto;
523+ display : inline-block;
524+ box-shadow : 0 2px 8px hsl (var (--primary ) / 0.10 );
525+ }
526+ .disclaimer div {
527+ text-align : center;
528+ }
518529 </ style >
519530</ head >
520531< body >
@@ -639,6 +650,8 @@ <h4>Getting Started</h4>
639650 You can use one of our pre-configured free LLM providers or bring your own model.
640651 We do not persist any data regarding Git repositories or API keys - everything stays local and private.
641652 </ p >
653+ < div style ="text-align:center; margin-top: 1.5rem; ">
654+ < a href ="/tide " class ="nav-link cta-button "> Try Now</ a >
642655 </ div >
643656
644657 < p > © 2025 AgentTide. Built with CodeTide. Licensed under Apache 2.0.</ p >
You can’t perform that action at this time.
0 commit comments