Update app.py
Browse files
app.py
CHANGED
@@ -156,10 +156,15 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
156 |
clear_button = gr.Button("Clear", scale=1)
|
157 |
gr.Markdown("**Try these examples:**")
|
158 |
with gr.Row():
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
|
|
|
|
|
|
|
|
|
|
163 |
|
164 |
# Function to update conversation list
|
165 |
def update_conversation_list():
|
|
|
156 |
clear_button = gr.Button("Clear", scale=1)
|
157 |
gr.Markdown("**Try these examples:**")
|
158 |
with gr.Row():
|
159 |
+
with gr.Column(scale=1):
|
160 |
+
example1_button = gr.Button("JEE Main 2025 Combinatorics")
|
161 |
+
with gr.Column(scale=1):
|
162 |
+
example2_button = gr.Button("JEE Main 2025 Co-ordinate Geometry")
|
163 |
+
with gr.Column(scale=1):
|
164 |
+
example3_button = gr.Button("JEE Main 2025 Prob-Stats")
|
165 |
+
with gr.Column(scale=1):
|
166 |
+
example4_button = gr.Button("JEE Main 2025 Physics")
|
167 |
+
|
168 |
|
169 |
# Function to update conversation list
|
170 |
def update_conversation_list():
|