RamAnanth1 commited on
Commit
2c039ac
·
1 Parent(s): 85f64f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -121,6 +121,11 @@ with gr.Blocks(theme=theme) as demo:
121
  <h1 style='text-align: center'>Empirical evaluation of the impact of k-means initialization 📊</h1>
122
  ''')
123
  gr.Markdown(description)
 
 
 
 
 
124
  with gr.Row():
125
  n_runs = gr.Slider(minimum=1, maximum=10, step=1, value=5, label="Number of Evaluation Runs")
126
  random_state = gr.Slider(minimum=0, maximum=2000, step=5, value=0, label="Random state")
 
121
  <h1 style='text-align: center'>Empirical evaluation of the impact of k-means initialization 📊</h1>
122
  ''')
123
  gr.Markdown(description)
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")
131
  random_state = gr.Slider(minimum=0, maximum=2000, step=5, value=0, label="Random state")