PeterPinetree commited on
Commit
5797c81
·
verified ·
1 Parent(s): 931a76f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def Page():
234
 
235
  solara.Markdown(f"*{notice_rx.value}*")
236
 
237
- with solara.Row(align_items="start", gap="24px"):
238
  with solara.Column():
239
  PredictionsList()
240
 
 
234
 
235
  solara.Markdown(f"*{notice_rx.value}*")
236
 
237
+ with solara.Row(gap="24px", style={"align-items": "flex-start"}):
238
  with solara.Column():
239
  PredictionsList()
240