Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|