ginipick commited on
Commit
11aeea5
·
verified ·
1 Parent(s): e7ad194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,7 +128,7 @@ def create_ui():
128
  """
129
 
130
  with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
131
- gr.Markdown("# Hugging Face Most Liked Spaces")
132
 
133
  with gr.Row():
134
  with gr.Column(scale=1):
@@ -142,7 +142,7 @@ def create_ui():
142
 
143
  with gr.Column(scale=1):
144
  info_output = gr.Textbox(label="Space 정보 및 요약", lines=20)
145
- screenshot_output = gr.Image(type="pil", label="Space 스크린샷", height=360, width=540)
146
  app_py_content = gr.Code(language="python", label="app.py 내용")
147
 
148
  for _, button, space in space_rows:
 
128
  """
129
 
130
  with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
131
+ gr.Markdown("# 300: HuggingFace Most Liked Spaces")
132
 
133
  with gr.Row():
134
  with gr.Column(scale=1):
 
142
 
143
  with gr.Column(scale=1):
144
  info_output = gr.Textbox(label="Space 정보 및 요약", lines=20)
145
+ screenshot_output = gr.Image(type="pil", label="Space 스크린샷", height=360, width=600)
146
  app_py_content = gr.Code(language="python", label="app.py 내용")
147
 
148
  for _, button, space in space_rows: