openfree commited on
Commit
ce5e40b
·
verified ·
1 Parent(s): 566e2ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -176,9 +176,8 @@ css = """
176
  footer {visibility: hidden}
177
  """
178
 
179
- # ... (이전 코드 동일)
180
 
181
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="EveryChat 🤖") as demo:
182
  gr.HTML(
183
  """
184
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">
 
176
  footer {visibility: hidden}
177
  """
178
 
 
179
 
180
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="Every RAG 🤖") as demo:
181
  gr.HTML(
182
  """
183
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">