jisubae commited on
Commit
87eec44
·
1 Parent(s): 15cfa55

design: theme change

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -31,7 +31,8 @@ def create_interface():
31
  css_content = load_css()
32
 
33
  with gr.Blocks(
34
- title="Ko-FreshQA Leaderboard"
 
35
  ) as app:
36
  gr.HTML(f"<style>{css_content}</style>")
37
  gr.Markdown("# Ko-FreshQA Leaderboard")
 
31
  css_content = load_css()
32
 
33
  with gr.Blocks(
34
+ title="Ko-FreshQA Leaderboard",
35
+ theme=gr.themes.Soft()
36
  ) as app:
37
  gr.HTML(f"<style>{css_content}</style>")
38
  gr.Markdown("# Ko-FreshQA Leaderboard")
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Core dependencies for Hugging Face Spaces
2
- gradio[oauth]>=5.0.0
3
  huggingface_hub<1.0.0
4
  pandas>=2.0.0
5
  numpy>=1.24.0
 
1
  # Core dependencies for Hugging Face Spaces
2
+ gradio[oauth]==5.49.1
3
  huggingface_hub<1.0.0
4
  pandas>=2.0.0
5
  numpy>=1.24.0