jayparmar0109 commited on
Commit
2710fa6
·
verified ·
1 Parent(s): 644a457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -60,13 +60,12 @@ if submit:
60
  st.subheader("Output :")
61
  st.write(response)
62
 
63
- st.Examples (examples =
64
- [
65
  [
66
  "./examples/Business_card.jpg",
67
  ],
68
  [
69
  "./examples/Business_card10.jpg",
70
  ]
71
- ]
72
- )
 
60
  st.subheader("Output :")
61
  st.write(response)
62
 
63
+ st.examples =
64
+ (
65
  [
66
  "./examples/Business_card.jpg",
67
  ],
68
  [
69
  "./examples/Business_card10.jpg",
70
  ]
71
+ )