FractalAIR commited on
Commit
7c181d5
·
verified ·
1 Parent(s): 778a136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ example_messages = {
84
  "JEE Main 2025 Prob-Stats": "A coin is tossed three times. Let \(X\) denote the number of times a tail follows a head. If \\(\\mu\\) and \\(\\sigma^2\\) denote the mean and variance of \\(X\\), then the value of \\(64(\\mu + \\sigma^2)\\) is?"
85
  }
86
 
87
- with gr.Blocks(theme=gr.themes.Base(mode="dark")) as demo:
 
88
  gr.Markdown(
89
  """
90
  # Ramanujan Ganit R1 14B V1 Chatbot
 
84
  "JEE Main 2025 Prob-Stats": "A coin is tossed three times. Let \(X\) denote the number of times a tail follows a head. If \\(\\mu\\) and \\(\\sigma^2\\) denote the mean and variance of \\(X\\), then the value of \\(64(\\mu + \\sigma^2)\\) is?"
85
  }
86
 
87
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
88
+ gr.ThemeMode("dark")
89
  gr.Markdown(
90
  """
91
  # Ramanujan Ganit R1 14B V1 Chatbot