openfree commited on
Commit
c7d928c
·
verified ·
1 Parent(s): ac9efc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -910,14 +910,14 @@ if __name__ == '__main__':
910
  <div class="mac-content">
911
  <div class="header">
912
  <!-- 첫 번째 탭 제목을 Zero GPU Spaces로 변경 -->
913
- <h1>Zero GPU Spaces</h1>
914
- <p>Discover 'TOP 1,000' Zero GPU(Shared A100) spaces from Hugging Face</p>
915
  </div>
916
 
917
  <!-- Tab Navigation -->
918
  <div class="tab-nav">
919
- <button id="tabTrendingButton" class="tab-button active">Zero GPU Spaces</button>
920
- <button id="tabFixedButton" class="tab-button">Fixed Tab</button>
921
  </div>
922
 
923
  <!-- Trending(Zero GPU) Tab Content -->
 
910
  <div class="mac-content">
911
  <div class="header">
912
  <!-- 첫 번째 탭 제목을 Zero GPU Spaces로 변경 -->
913
+ <h1>ZeroGPU Spaces Leaderboard</h1>
914
+ <p>Discover Zero GPU(Shared A100) spaces from Hugging Face</p>
915
  </div>
916
 
917
  <!-- Tab Navigation -->
918
  <div class="tab-nav">
919
+ <button id="tabTrendingButton" class="tab-button active">Trending</button>
920
+ <button id="tabFixedButton" class="tab-button">Picks</button>
921
  </div>
922
 
923
  <!-- Trending(Zero GPU) Tab Content -->