Spaces:
Running
Running
Update app.py
Browse files
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("#
|
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=
|
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:
|