Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,12 +252,12 @@ custom_css = """
|
|
| 252 |
"""
|
| 253 |
|
| 254 |
# Create the enhanced Gradio interface
|
| 255 |
-
with gr.Blocks(title="
|
| 256 |
# Header Section
|
| 257 |
with gr.Row(elem_classes=["main-header"]):
|
| 258 |
with gr.Column():
|
| 259 |
-
gr.Markdown("#
|
| 260 |
-
gr.Markdown("
|
| 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
|
| 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 |
)
|