aashraychegu commited on
Commit
47c4a3d
·
1 Parent(s): afc9a79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def get_name(
69
  with g.Blocks() as A:
70
  title = g.Markdown("# Practice Rocks and Minerals. By Aashray")
71
  with g.Row() as row:
72
- with g.Column(min_width = 1000):
73
  img = g.Image(
74
  url,
75
  type="filepath",
 
69
  with g.Blocks() as A:
70
  title = g.Markdown("# Practice Rocks and Minerals. By Aashray")
71
  with g.Row() as row:
72
+ with g.Column(min_width = 1000, scale = 5):
73
  img = g.Image(
74
  url,
75
  type="filepath",