alisrbdni commited on
Commit
e891626
·
verified ·
1 Parent(s): 6fa11b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -187,6 +187,7 @@ def main():
187
 
188
  for client in clients:
189
  client.plot_metrics(round_num + 1)
 
190
 
191
  st.success(f"Training completed successfully!")
192
 
 
187
 
188
  for client in clients:
189
  client.plot_metrics(round_num + 1)
190
+ st.write(" ")
191
 
192
  st.success(f"Training completed successfully!")
193