Milind Kamat commited on
Commit
a8ebce6
·
1 Parent(s): 0ad02c4

2024 dec 30 new updates

Browse files

Signed-off-by: Milind Kamat <36366961+milindkamat0507@users.noreply.github.com>

Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -399,8 +399,11 @@ def render_input_elements(self, col: st.delta_generator.DeltaGenerator) -> None:
399
  exec(runtime_code)
400
  except Exception as e:
401
  st.error(f"Error: {str(e)}")
402
-
403
-
 
 
 
404
 
405
 
406
 
 
399
  exec(runtime_code)
400
  except Exception as e:
401
  st.error(f"Error: {str(e)}")
402
+
403
+
404
+
405
+
406
+
407
 
408
 
409