Update app.py
Browse files
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="
|
| 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;">
|