Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -221,8 +221,8 @@ def create_ui():
|
|
221 |
last_url_state = gr.State("")
|
222 |
|
223 |
screenshot_output = gr.Image(type="pil", label="Live ํ๋ฉด", height=360, width=600)
|
224 |
-
refresh_button = gr.Button("๐
|
225 |
-
manual_button = gr.Button("์ ํ ์๋น์ค
|
226 |
|
227 |
with gr.Group(elem_classes="output-group"):
|
228 |
usage_guide = gr.Textbox(label="์ ํ ์๋น์ค ํน์ง ๋ฐ ์ฌ์ฉ๋ฒ", elem_id="usage-guide", visible=False, lines=20, max_lines=30)
|
|
|
221 |
last_url_state = gr.State("")
|
222 |
|
223 |
screenshot_output = gr.Image(type="pil", label="Live ํ๋ฉด", height=360, width=600)
|
224 |
+
refresh_button = gr.Button("๐ ์๋น์ค ํ๋ฉด", elem_id="refresh-button")
|
225 |
+
manual_button = gr.Button("์ ํ ์๋น์ค ํน์ง ๋ฐ ์ฌ์ฉ๋ฒ", elem_id="manual-button")
|
226 |
|
227 |
with gr.Group(elem_classes="output-group"):
|
228 |
usage_guide = gr.Textbox(label="์ ํ ์๋น์ค ํน์ง ๋ฐ ์ฌ์ฉ๋ฒ", elem_id="usage-guide", visible=False, lines=20, max_lines=30)
|