ginipick commited on
Commit
120ab25
·
verified ·
1 Parent(s): c8066c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1929,9 +1929,9 @@ def idea_generator_app():
1929
  }
1930
  sb.subheader("Example Topics")
1931
  c1, c2, c3 = sb.columns(3)
1932
- if c1.button("가전제품 발명", key="ex1"):
1933
  process_example(example_topics["example1"])
1934
- if c2.button("친환경 패션 디자인", key="ex2"):
1935
  process_example(example_topics["example2"])
1936
  if c3.button("UI/UX 혁신", key="ex3"):
1937
  process_example(example_topics["example3"])
 
1929
  }
1930
  sb.subheader("Example Topics")
1931
  c1, c2, c3 = sb.columns(3)
1932
+ if c1.button("고양이 장난감", key="ex1"):
1933
  process_example(example_topics["example1"])
1934
+ if c2.button("재밍 대응 드론", key="ex2"):
1935
  process_example(example_topics["example2"])
1936
  if c3.button("UI/UX 혁신", key="ex3"):
1937
  process_example(example_topics["example3"])