Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -440,7 +440,14 @@ with gr.Blocks(css=css) as demo:
|
|
| 440 |
run_btn.click(check_compliance, inputs=inp, outputs=out)
|
| 441 |
|
| 442 |
with gr.TabItem("NRL ChatBot"):
|
| 443 |
-
gr.Markdown("""# RAG Chatbot - NRL Documents""", elem_id="nrlchatbotLabe")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 444 |
# RADIO BUTTON for document selection
|
| 445 |
doc_selector = gr.Radio(
|
| 446 |
choices=[
|
|
|
|
| 440 |
run_btn.click(check_compliance, inputs=inp, outputs=out)
|
| 441 |
|
| 442 |
with gr.TabItem("NRL ChatBot"):
|
| 443 |
+
#gr.Markdown("""# RAG Chatbot - NRL Documents""", elem_id="nrlchatbotLabe")
|
| 444 |
+
# Replace your Markdown line:
|
| 445 |
+
gr.HTML("""
|
| 446 |
+
<h1 style="color: #FFFFFF !important; text-align: center; font-size: 28px; margin: 20px;">
|
| 447 |
+
RAG Chatbot - NRL Documents
|
| 448 |
+
</h1>
|
| 449 |
+
""")
|
| 450 |
+
|
| 451 |
# RADIO BUTTON for document selection
|
| 452 |
doc_selector = gr.Radio(
|
| 453 |
choices=[
|