Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
217 |
size="middle"
|
218 |
)
|
219 |
example_btn1.click(
|
220 |
-
fn=lambda: "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views
|
221 |
inputs=[],
|
222 |
outputs=[input]
|
223 |
)
|
|
|
217 |
size="middle"
|
218 |
)
|
219 |
example_btn1.click(
|
220 |
+
fn=lambda: "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views.ํฌ์ ํฌํธํด๋ฆฌ์ค๋ฅผ ๋ถ์ํ์ฌ ์ํ๋, ์์ต๋ฅ , ์์ฐ ๋ฐฐ๋ถ์ ์๊ฐํํ๋ ํฌ์ ๊ด๋ฆฌ ๋๊ตฌ๋ฅผ ๋ง๋์ธ์.",
|
221 |
inputs=[],
|
222 |
outputs=[input]
|
223 |
)
|