on1onmangoes commited on
Commit
4dd3fcf
·
verified ·
1 Parent(s): 16c0bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ CSS = """
143
 
144
 
145
  # Title for the application
146
- TITLE = "<h1 style='text-align:center;'>CNI RAG AGENTIC v0.1</h1>"
147
 
148
  # Create the Gradio Blocks interface
149
  with gr.Blocks(css=CSS) as demo:
 
143
 
144
 
145
  # Title for the application
146
+ TITLE = "<h1 style='text-align:center;'>CNI RAG AGENTIC v0.2</h1>"
147
 
148
  # Create the Gradio Blocks interface
149
  with gr.Blocks(css=CSS) as demo: