Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ 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.
|
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.Soft()) as demo:
|
88 |
gr.Markdown(
|
89 |
"""
|
90 |
# Ramanujan Ganit R1 14B V1 Chatbot
|