FractalAIR commited on
Commit
02e4fca
·
verified ·
1 Parent(s): 5889e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -4
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
- example1_button = gr.Button("JEE Main 2025 Combinatorics")
160
- example2_button = gr.Button("JEE Main 2025 Co-ordinate Geometry")
161
- example3_button = gr.Button("JEE Main 2025 Prob-Stats")
162
- example4_button = gr.Button("JEE Main 2025 Physics")
 
 
 
 
 
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():