Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ footer = """
|
|
151 |
"""
|
152 |
|
153 |
with gr.Blocks(css=css, theme='freddyaboulton/dracula_revamped') as demo:
|
154 |
-
gr.HTML('<h1 style="text-align: center; font-size: 32px;"><a href="https://github.com/arad1367" target="_blank" style="text-decoration: none; color: #50fa7b;">
|
155 |
gr.HTML(explanation)
|
156 |
pdf_input = gr.File(label="Upload PDF")
|
157 |
query_input = gr.Textbox(label="Poser votre question", placeholder="Poser votre question sur la comptabilité des associations")
|
|
|
151 |
"""
|
152 |
|
153 |
with gr.Blocks(css=css, theme='freddyaboulton/dracula_revamped') as demo:
|
154 |
+
gr.HTML('<h1 style="text-align: center; font-size: 32px;"><a href="https://github.com/arad1367" target="_blank" style="text-decoration: none; color: #50fa7b;"> MICA une IA créée par INEDIIA </a></h1>')
|
155 |
gr.HTML(explanation)
|
156 |
pdf_input = gr.File(label="Upload PDF")
|
157 |
query_input = gr.Textbox(label="Poser votre question", placeholder="Poser votre question sur la comptabilité des associations")
|