Abid Ali Awan commited on
Commit
e7a96f3
·
1 Parent(s): 23ecbc0

Refactor tool information panel in app.py to improve clarity by removing unnecessary markdown artifacts and enhancing the presentation of available tools.

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -72,9 +72,7 @@ def create_demo():
72
 
73
  # Tool information panel
74
  with gr.Accordion("🛠️ Available Tools", open=False):
75
- gr.Markdown("""
76
- ### RegRadar uses these intelligent tools:
77
-
78
  **🧠 Query Type Detection**
79
  - Automatically detects if your message is a regulatory compliance query or a general question
80
  - Selects the appropriate tools and response style based on your intent
 
72
 
73
  # Tool information panel
74
  with gr.Accordion("🛠️ Available Tools", open=False):
75
+ gr.Markdown("""
 
 
76
  **🧠 Query Type Detection**
77
  - Automatically detects if your message is a regulatory compliance query or a general question
78
  - Selects the appropriate tools and response style based on your intent