RamAnanth1 commited on
Commit
24fc919
·
1 Parent(s): 2c039ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(theme=theme) as demo:
124
 
125
 
126
  gr.Markdown('''
127
- Dataset Generation Parameters
128
  ''')
129
  with gr.Row():
130
  n_runs = gr.Slider(minimum=1, maximum=10, step=1, value=5, label="Number of Evaluation Runs")
 
124
 
125
 
126
  gr.Markdown('''
127
+ ### Dataset Generation Parameters
128
  ''')
129
  with gr.Row():
130
  n_runs = gr.Slider(minimum=1, maximum=10, step=1, value=5, label="Number of Evaluation Runs")