TKM03 commited on
Commit
26862d5
·
verified ·
1 Parent(s): 46da48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -252,12 +252,12 @@ custom_css = """
252
  """
253
 
254
  # Create the enhanced Gradio interface
255
- with gr.Blocks(title="Interview Q&A Assistant", css=custom_css) as demo:
256
  # Header Section
257
  with gr.Row(elem_classes=["main-header"]):
258
  with gr.Column():
259
- gr.Markdown("# Interview Q&A Assistant")
260
- gr.Markdown("Your AI-powered interview preparation companion. Upload your interview questions PDF and get instant, relevant answers to your queries.")
261
 
262
  # Upload Section
263
  with gr.Row():
@@ -284,7 +284,7 @@ with gr.Blocks(title="Interview Q&A Assistant", css=custom_css) as demo:
284
  gr.Markdown("### 💡 Ask Questions", elem_classes=["section-title"])
285
  with gr.Row():
286
  question_input = gr.Textbox(
287
- label="What would you like to know about the interview?",
288
  placeholder="e.g., What are the common behavioral questions?",
289
  lines=2
290
  )
 
252
  """
253
 
254
  # Create the enhanced Gradio interface
255
+ with gr.Blocks(title="Q&A Assistant", css=custom_css) as demo:
256
  # Header Section
257
  with gr.Row(elem_classes=["main-header"]):
258
  with gr.Column():
259
+ gr.Markdown("# Q&A Assistant")
260
+ gr.Markdown("AI-powered interview preparation companion. Upload your PDF and get instant, relevant answers to your queries.")
261
 
262
  # Upload Section
263
  with gr.Row():
 
284
  gr.Markdown("### 💡 Ask Questions", elem_classes=["section-title"])
285
  with gr.Row():
286
  question_input = gr.Textbox(
287
+ label="What would you like to know ?",
288
  placeholder="e.g., What are the common behavioral questions?",
289
  lines=2
290
  )