Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ with block:
|
|
167 |
|
168 |
gr.Markdown("<h1><center>Lightweight PDF / web page QA bot</center></h1>")
|
169 |
|
170 |
-
gr.Markdown("Chat with PDF, web page or (new) csv/Excel documents.
|
171 |
|
172 |
with gr.Row():
|
173 |
current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)
|
@@ -233,7 +233,7 @@ with block:
|
|
233 |
|
234 |
|
235 |
gr.HTML(
|
236 |
-
"<center>This app is based on the
|
237 |
)
|
238 |
|
239 |
examples_set.change(fn=chatf.update_message, inputs=[examples_set], outputs=[message])
|
|
|
167 |
|
168 |
gr.Markdown("<h1><center>Lightweight PDF / web page QA bot</center></h1>")
|
169 |
|
170 |
+
gr.Markdown("Chat with PDF, web page or (new) csv/Excel documents.")
|
171 |
|
172 |
with gr.Row():
|
173 |
current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)
|
|
|
233 |
|
234 |
|
235 |
gr.HTML(
|
236 |
+
"<center>This app is based on the model LLama-2 finetuned in our dataset. It powered by Gradio, Transformers, Ctransformers, and Langchain.</a></center>"
|
237 |
)
|
238 |
|
239 |
examples_set.change(fn=chatf.update_message, inputs=[examples_set], outputs=[message])
|