seawolf2357 commited on
Commit
5e6139d
ยท
verified ยท
1 Parent(s): 39f5465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )