ayajoharji commited on
Commit
786afc5
·
verified ·
1 Parent(s): 6865e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -36,18 +36,13 @@ iface = gr.Interface(
36
  title="اقتراحات الوصفات العربية",
37
  description="""
38
  <div style='text-align: center;'>
39
- <div style='display: flex; justify-content: center;'>
40
- <img src='https://huggingface.co/spaces/ayajoharji/recipes_arabic/resolve/main/image.jpg' width='600' height='auto' />
41
- </div>
42
- <br>
43
- <div style='text-align: center;'>
44
- ادخل المكونات التي لديك للحصول على اقتراحات لوصفات عربية تقليدية.
45
- </div>
46
  </div>
47
  """
48
-
49
  )
50
 
51
  # Launch the interface
52
  if __name__ == "__main__":
53
  iface.launch(share=True)
 
 
36
  title="اقتراحات الوصفات العربية",
37
  description="""
38
  <div style='text-align: center;'>
39
+ <img src='https://huggingface.co/spaces/ayajoharji/recipes_arabic/resolve/main/image.jpg' width='600' style='display: block; margin-left: auto; margin-right: auto;' />
40
+ <p>ادخل المكونات التي لديك للحصول على اقتراحات لوصفات عربية تقليدية.</p>
 
 
 
 
 
41
  </div>
42
  """
 
43
  )
44
 
45
  # Launch the interface
46
  if __name__ == "__main__":
47
  iface.launch(share=True)
48
+