aiqtech commited on
Commit
c1f1cf6
·
verified ·
1 Parent(s): 75849b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,9 +87,8 @@ footer {
87
  }
88
  """
89
 
90
-
91
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
92
- gr.HTML(title)
93
  with gr.Row():
94
  with gr.Column():
95
  prompt = gr.Textbox(
 
87
  }
88
  """
89
 
 
90
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
91
+ # gr.HTML(title) 줄을 제거하고 여기서부터 시작합니다.
92
  with gr.Row():
93
  with gr.Column():
94
  prompt = gr.Textbox(