retvq commited on
Commit
dd746fc
Β·
verified Β·
1 Parent(s): 81de6b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,9 +177,9 @@ Do not output conversational text. Output ONLY the exam paper in a well-formatte
177
  return f"❌ Error: {str(e)}\n\nPlease check:\n1. PDFs are valid and contain text\n2. HF_TOKEN is correctly set in Space secrets\n3. Try again or contact support"
178
 
179
  # --- 3. The UI ---
180
- with gr.Blocks(title="AI Question Paper Generator") as demo:
181
  gr.Markdown("# πŸ“„ AI Question Paper Generator Pro")
182
- gr.Markdown("Powered by **Fine-Tuned Llama 3.2 3B**")
183
  gr.Markdown("⚑ Fast β€’ 🎯 Accurate β€’ πŸ“š Multi-PDF Support β€’ 🎲 Multiple Sets")
184
 
185
  with gr.Row():
 
177
  return f"❌ Error: {str(e)}\n\nPlease check:\n1. PDFs are valid and contain text\n2. HF_TOKEN is correctly set in Space secrets\n3. Try again or contact support"
178
 
179
  # --- 3. The UI ---
180
+ with gr.Blocks(title="AI Question Paper Generator", theme=gr.themes.Soft()) as demo:
181
  gr.Markdown("# πŸ“„ AI Question Paper Generator Pro")
182
+ gr.Markdown("Powered by ** Fine-Tuned Llama 3.2 3B**")
183
  gr.Markdown("⚑ Fast β€’ 🎯 Accurate β€’ πŸ“š Multi-PDF Support β€’ 🎲 Multiple Sets")
184
 
185
  with gr.Row():