Hari-Prasath-M91 commited on
Commit
d83ea04
·
1 Parent(s): e990dd6
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -769,16 +769,14 @@ def answer_user_query(prompt):
769
  def root():
770
  return """
771
  <html>
772
- <head>
773
- <title>Sstudize Agents</title>
774
- </head>
775
  <body style="font-family: Arial, sans-serif; text-align: center; margin-top: 50px;">
776
  <h1>Welcome to Sstudize Agents!</h1>
777
  <p>Select an agent:</p>
778
  <ul style="list-style-type: none;">
779
- <li><a href="/agent1">Agent 1</a></li>
780
- <li><a href="/agent2">Agent 2</a></li>
781
- <li><a href="/agent3">Agent 3</a></li>
782
  </ul>
783
  </body>
784
  </html>
 
769
  def root():
770
  return """
771
  <html>
772
+ <head><title>Sstudize Agents</title></head>
 
 
773
  <body style="font-family: Arial, sans-serif; text-align: center; margin-top: 50px;">
774
  <h1>Welcome to Sstudize Agents!</h1>
775
  <p>Select an agent:</p>
776
  <ul style="list-style-type: none;">
777
+ <li><a href="/agent1">Agent 1: Task Analysis</a></li>
778
+ <li><a href="/agent2">Agent 2: Roadmap Manager</a></li>
779
+ <li><a href="/agent3?query=Hello">Agent 3: Chatbot Assistant</a></li>
780
  </ul>
781
  </body>
782
  </html>