Zaious commited on
Commit
1fdc71b
·
verified ·
1 Parent(s): e58f20e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -11,8 +11,14 @@ import strategyGen
11
  import ideaGen
12
  import ideaGen_Followup
13
 
 
 
 
 
 
14
  ideaGen_demo = gr.Interface(theme=gr.themes.Soft(), fn=ideaGen.ideagen,
15
  description="靈感生成器(Idea Generator),選擇想要生成的Idea種類,輸入品牌/產品/目標對象...相關資訊,讓AI產出相應的Idea。\n將產出的結果貼到靈感生成器(下一步)獲得細節的規劃。",
 
16
  inputs=[
17
  gr.Dropdown(
18
  label = "生成內容",
 
11
  import ideaGen
12
  import ideaGen_Followup
13
 
14
+ css_1 = """
15
+ #warning {background-color: #FFCCCB}
16
+ .feedback textarea {font-size: 240px !important}
17
+ """
18
+
19
  ideaGen_demo = gr.Interface(theme=gr.themes.Soft(), fn=ideaGen.ideagen,
20
  description="靈感生成器(Idea Generator),選擇想要生成的Idea種類,輸入品牌/產品/目標對象...相關資訊,讓AI產出相應的Idea。\n將產出的結果貼到靈感生成器(下一步)獲得細節的規劃。",
21
+ css = css_1,
22
  inputs=[
23
  gr.Dropdown(
24
  label = "生成內容",