openfree commited on
Commit
ea1c9c1
1 Parent(s): faeec80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -365,8 +365,8 @@ def get_datasets(progress=gr.Progress()) -> Tuple[str, str]:
365
 
366
  def create_interface():
367
  """Gradio 인터페이스 생성"""
368
- with gr.Blocks(title="Hugging Face Trending Board") as interface:
369
- gr.Markdown("# 🤗 Hugging Face Trending Board")
370
 
371
  with gr.Tabs() as tabs:
372
  # Spaces 탭
 
365
 
366
  def create_interface():
367
  """Gradio 인터페이스 생성"""
368
+ with gr.Blocks(title="HuggingFace Trending Board") as interface:
369
+ gr.Markdown("# 🤗 HuggingFace Trending Board")
370
 
371
  with gr.Tabs() as tabs:
372
  # Spaces 탭