ayajoharji commited on
Commit
f900db5
·
verified ·
1 Parent(s): 1c84f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -34,7 +34,9 @@ iface = gr.Interface(
34
  inputs=gr.Textbox(label="ادخل المكونات (مفصولة بفواصل)"),
35
  outputs=gr.Textbox(label="الوصفات المقترحة"),
36
  title="اقتراحات الوصفات العربية",
37
- description="<image' width='400'/> <br>ادخل المكونات التي لديك للحصول على اقتراحات لوصفات عربية تقليدية."
 
 
38
  )
39
 
40
  # Launch the interface
 
34
  inputs=gr.Textbox(label="ادخل المكونات (مفصولة بفواصل)"),
35
  outputs=gr.Textbox(label="الوصفات المقترحة"),
36
  title="اقتراحات الوصفات العربية",
37
+ description="<img src='images.jpg' width='400'/> <br>ادخل المكونات التي لديك للحصول على اقتراحات لوصفات عربية تقليدية."
38
+
39
+
40
  )
41
 
42
  # Launch the interface