shukdevdatta123 commited on
Commit
acfe952
·
verified ·
1 Parent(s): dce043e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -413,7 +413,7 @@ def create_interface():
413
  with gr.Column(scale=2):
414
  # API Key section
415
  with gr.Group():
416
- gr.HTML('<div class="feature-card">')
417
  gr.Markdown("### 🔑 API Configuration")
418
  api_key_input = gr.Textbox(
419
  label="Groq API Key",
@@ -431,7 +431,7 @@ def create_interface():
431
 
432
  # Advanced options
433
  with gr.Group():
434
- gr.HTML('<div class="feature-card">')
435
  gr.Markdown("### ⚙️ Advanced Options")
436
 
437
  # Custom System Prompt Examples
@@ -472,7 +472,7 @@ def create_interface():
472
 
473
  # Query section
474
  with gr.Group():
475
- gr.HTML('<div class="feature-card">')
476
  gr.Markdown("### 💭 Your Query")
477
  query_input = gr.Textbox(
478
  label="Ask anything that requires real-time information",
@@ -503,7 +503,7 @@ def create_interface():
503
  with gr.Column(scale=1):
504
  # Example queries with tabs
505
  with gr.Group():
506
- gr.HTML('<div class="feature-card">')
507
  gr.Markdown("### 📝 Example Queries")
508
  gr.Markdown("Click any example to load it:")
509
 
 
413
  with gr.Column(scale=2):
414
  # API Key section
415
  with gr.Group():
416
+ gr.HTML('<div class="feature-card">API Key Section</div>')
417
  gr.Markdown("### 🔑 API Configuration")
418
  api_key_input = gr.Textbox(
419
  label="Groq API Key",
 
431
 
432
  # Advanced options
433
  with gr.Group():
434
+ gr.HTML('<div class="feature-card">⚙️ Advanced Options</div>')
435
  gr.Markdown("### ⚙️ Advanced Options")
436
 
437
  # Custom System Prompt Examples
 
472
 
473
  # Query section
474
  with gr.Group():
475
+ gr.HTML('<div class="feature-card">Query section</div>')
476
  gr.Markdown("### 💭 Your Query")
477
  query_input = gr.Textbox(
478
  label="Ask anything that requires real-time information",
 
503
  with gr.Column(scale=1):
504
  # Example queries with tabs
505
  with gr.Group():
506
+ gr.HTML('<div class="feature-card">Example queries with tabs</div>')
507
  gr.Markdown("### 📝 Example Queries")
508
  gr.Markdown("Click any example to load it:")
509