Spaces:
aiqtech
/
Running on Zero

aiqtech commited on
Commit
4a87749
โ€ข
1 Parent(s): d70dd6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ examples = [
66
  "๊ฝƒ์ด ํ”ผ์–ด๋‚˜๋Š” ๊ณผ์ •"
67
  ]
68
 
69
- with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
70
  with gr.Column(elem_id="col-container"):
71
  with gr.Row():
72
  prompt = gr.Text(label="ํ”„๋กฌํ”„ํŠธ", show_label=False, max_lines=1, placeholder="ํ”„๋กฌํ”„ํŠธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”")
 
66
  "๊ฝƒ์ด ํ”ผ์–ด๋‚˜๋Š” ๊ณผ์ •"
67
  ]
68
 
69
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
70
  with gr.Column(elem_id="col-container"):
71
  with gr.Row():
72
  prompt = gr.Text(label="ํ”„๋กฌํ”„ํŠธ", show_label=False, max_lines=1, placeholder="ํ”„๋กฌํ”„ํŠธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”")