Maia Pelletier commited on
Commit
1cdfe70
·
1 Parent(s): d1d92a8

make title bigger + darker

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ chatbot = RAGChatbot()
388
 
389
  # Create Gradio interface
390
  with gr.Blocks(title="Ask AgriWise AI") as app:
391
- gr.Markdown("Ask AgriWise AI")
392
 
393
 
394
  chatbot_interface = gr.Chatbot(
 
388
 
389
  # Create Gradio interface
390
  with gr.Blocks(title="Ask AgriWise AI") as app:
391
+ gr.Markdown("<h1 style='color: #24372b; font-size: 2.5rem;'>Ask AgriWise AI</h1>")
392
 
393
 
394
  chatbot_interface = gr.Chatbot(