VishnuRamDebyez commited on
Commit
35d400d
1 Parent(s): dc3f334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,11 +46,11 @@ def get_gemini_response(question):
46
  # Interface using Gradio
47
  theme = gr.themes.Soft()
48
 
49
- with gr.Blocks(theme=theme, css=".gradio-container {background-color: #f0f0f0}") as demo:
50
  gr.Markdown(
51
  """
52
  <div style="text-align: center;">
53
- <h1 style="font-family: 'Arial', sans-serif; color: #333;">Farm Extension Manager</h1>
54
  <p style="font-family: 'Arial', sans-serif; color: #555;">Your Virtual Agricultural Assistant 🌱</p>
55
  </div>
56
  """
 
46
  # Interface using Gradio
47
  theme = gr.themes.Soft()
48
 
49
+ with gr.Blocks(theme=theme, css=".gradio-container {background-color: #43fa4a}") as demo:
50
  gr.Markdown(
51
  """
52
  <div style="text-align: center;">
53
+ <h1 style="font-family: 'Arial', sans-serif; color: #333;">Farm Extension GPT</h1>
54
  <p style="font-family: 'Arial', sans-serif; color: #555;">Your Virtual Agricultural Assistant 🌱</p>
55
  </div>
56
  """