Rammohan0504 commited on
Commit
19c55ce
·
verified ·
1 Parent(s): 9eb7a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ popup_js = """
99
  const popup = document.getElementById("custom-popup");
100
  const overlay = document.getElementById("overlay");
101
  popup.innerHTML = `
102
- <img src="${image}" alt="${name}" style="width: 100%; height: auto; align-item:center; border-radius: 10px; margin-bottom: 10px;">
103
  <h3 style="margin-top: 10px;">${name}</h3>
104
  <p>${description}</p>
105
  <p style="font-weight: bold;">Price: ${price}</p>
 
99
  const popup = document.getElementById("custom-popup");
100
  const overlay = document.getElementById("overlay");
101
  popup.innerHTML = `
102
+ <img src="${image}" alt="${name}" style="width: 100%; height: 200px; align-item:center; border-radius: 10px; margin-bottom: 10px;">
103
  <h3 style="margin-top: 10px;">${name}</h3>
104
  <p>${description}</p>
105
  <p style="font-weight: bold;">Price: ${price}</p>