mbarnig commited on
Commit
fa4af89
·
verified ·
1 Parent(s): e3157fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -50,7 +50,16 @@ with gr.Blocks() as demo:
50
  # title = mytitle
51
  mytitle = gr.HTML("<h1 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h1>")
52
  with gr.Row():
53
- mydescription
 
 
 
 
 
 
 
 
 
54
  with gr.Row():
55
  myinput
56
  with gr.Row():
 
50
  # title = mytitle
51
  mytitle = gr.HTML("<h1 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h1>")
52
  with gr.Row():
53
+ description = gr.HTML("""
54
+ <h3 align='center'>Wat fir een Thema interesséiert Iech : 🐶 🏃🏻‍♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
55
+ <table width=100%>
56
+ <tr>
57
+ <th width=50% bgcolor="Moccasin">Stell deng Froen op Lëtzebuergesch, oder an enger anerer Sprooch :</th>
58
+ <th bgcolor="Khaki">Äntwert vum OpenAI File-Search Assistent : </th>
59
+ </tr>
60
+ </table>
61
+ """
62
+ )
63
  with gr.Row():
64
  myinput
65
  with gr.Row():