cwhuh commited on
Commit
6815a5c
ยท
1 Parent(s): fea2e7e

chore : update ui

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -64,6 +64,7 @@ examples = [
64
  "๊ธฐ๊ณ„๊ณตํ•™๊ณผ(๋กœ์ผ“) ํฌ๋‹‰์Šค",
65
  "๋ฐ”์ด์˜ฌ๋ฆฐ์„ ์—ฐ์ฃผํ•˜๋Š” ํฌ๋‹‰์Šค",
66
  "๋ฌผ๋ฆฌํ•™์„ ์—ฐ๊ตฌํ•˜๋Š” ํฌ๋‹‰์Šค",
 
67
  ]
68
 
69
  css="""
@@ -81,12 +82,12 @@ css="""
81
 
82
  /* URL ๋งํฌ ์Šคํƒ€์ผ */
83
  a {
84
- color: #C80150 !important;
85
- text-decoration: underline !important;
86
- transition: color 0.2s;
87
  }
 
88
  a:hover {
89
- color: rgba(200, 1, 80, 0.85) !important;
90
  }
91
 
92
 
@@ -110,7 +111,7 @@ with gr.Blocks(css=css, theme="soft") as demo:
110
 
111
  with gr.Column(elem_id="col-container"):
112
  gr.Markdown(f"""# ๐Ÿ” [POSTECH] PONIX Generator
113
- [[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]
114
  """)
115
 
116
  with gr.Group():
 
64
  "๊ธฐ๊ณ„๊ณตํ•™๊ณผ(๋กœ์ผ“) ํฌ๋‹‰์Šค",
65
  "๋ฐ”์ด์˜ฌ๋ฆฐ์„ ์—ฐ์ฃผํ•˜๋Š” ํฌ๋‹‰์Šค",
66
  "๋ฌผ๋ฆฌํ•™์„ ์—ฐ๊ตฌํ•˜๋Š” ํฌ๋‹‰์Šค",
67
+ "์ปดํ“จํ„ฐ๊ณตํ•™๊ณผ ํฌ๋‹‰์Šค"
68
  ]
69
 
70
  css="""
 
82
 
83
  /* URL ๋งํฌ ์Šคํƒ€์ผ */
84
  a {
85
+ color: #666 !important;
86
+ text-decoration: underline;
 
87
  }
88
+
89
  a:hover {
90
+ color: rgb(200, 1, 80) !important;
91
  }
92
 
93
 
 
111
 
112
  with gr.Column(elem_id="col-container"):
113
  gr.Markdown(f"""# ๐Ÿ” [POSTECH] PONIX Generator
114
+ [[Github(https://github.com/posplexity/ponix-generator)] [[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]
115
  """)
116
 
117
  with gr.Group():