Files changed (2) hide show
  1. README.md +2 -0
  2. app.py +2 -2
README.md CHANGED
@@ -7,6 +7,8 @@ sdk: "gradio"
7
  sdk_version: "4.29.0"
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
  # IT Support Intelligence Bot
 
7
  sdk_version: "4.29.0"
8
  app_file: app.py
9
  pinned: false
10
+ tags:
11
+ - agent-demo-track
12
  ---
13
 
14
  # IT Support Intelligence Bot
app.py CHANGED
@@ -51,7 +51,7 @@ def format_example_response(example_query):
51
 
52
 
53
  # Create the enhanced Gradio interface
54
- with gr.Blocks(title="Enhanced IT Support Intelligence", theme=gr.themes.Soft()) as demo:
55
  # Header with Tips expandable section
56
  with gr.Row():
57
  with gr.Column(scale=8):
@@ -67,7 +67,7 @@ with gr.Blocks(title="Enhanced IT Support Intelligence", theme=gr.themes.Soft())
67
 
68
  gr.Markdown("Search tickets by number, status, severity, tags, or keywords with our intelligent AI agent.")
69
  gr.Markdown("Check the files for tickets.json to see tickets to query(TKT-1001 to 1050). The agents query the tickets.db database.")
70
- gr.Markdown("ReadME has a section of future vision of this tool with more agents, tasks and tools.")
71
 
72
  # Input section
73
  with gr.Row():
 
51
 
52
 
53
  # Create the enhanced Gradio interface
54
+ with gr.Blocks(title="IT Support Intelligence Bot", theme=gr.themes.Soft()) as demo:
55
  # Header with Tips expandable section
56
  with gr.Row():
57
  with gr.Column(scale=8):
 
67
 
68
  gr.Markdown("Search tickets by number, status, severity, tags, or keywords with our intelligent AI agent.")
69
  gr.Markdown("Check the files for tickets.json to see tickets to query(TKT-1001 to 1050). The agents query the tickets.db database.")
70
+ gr.Markdown("README has a section of future vision of this app with more agents, tasks and tools.")
71
 
72
  # Input section
73
  with gr.Row():