Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,15 +18,11 @@ def myFunction(mode, password, prompt, exemples):
|
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
with gr.Row():
|
21 |
-
myTitle = gr.HTML("<
|
22 |
with gr.Row():
|
23 |
myDescription = gr.HTML("""
|
24 |
<h3 align='center'>Wat fir een Thema interesséiert Iech : 🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
|
25 |
-
<
|
26 |
-
<tr>
|
27 |
-
<th width=50% bgcolor="Moccasin">Stell deng Froen op Lëtzebuergesch, oder an enger anerer Sprooch :</th>
|
28 |
-
</tr>
|
29 |
-
</table>
|
30 |
"""
|
31 |
)
|
32 |
with gr.Row():
|
@@ -40,14 +36,7 @@ with gr.Blocks() as demo:
|
|
40 |
clear = gr.Button("Clear")
|
41 |
submit = gr.Button("Submit")
|
42 |
with gr.Row():
|
43 |
-
mySubtitle = gr.HTML("""
|
44 |
-
<table width=100%>
|
45 |
-
<tr>
|
46 |
-
<th bgcolor="Khaki">Äntwert vum OpenAI File-Search Assistent : </th>
|
47 |
-
</tr>
|
48 |
-
</table>
|
49 |
-
"""
|
50 |
-
)
|
51 |
with gr.Row():
|
52 |
myOutput = gr.Textbox(lines=12)
|
53 |
|
|
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
with gr.Row():
|
21 |
+
myTitle = gr.HTML("<h2 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h2>")
|
22 |
with gr.Row():
|
23 |
myDescription = gr.HTML("""
|
24 |
<h3 align='center'>Wat fir een Thema interesséiert Iech : 🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
|
25 |
+
<p width=100% bgcolor="Moccasin">Stellt är Froen op Lëtzebuergesch, oder an enger anerer Sprooch</p>
|
|
|
|
|
|
|
|
|
26 |
"""
|
27 |
)
|
28 |
with gr.Row():
|
|
|
36 |
clear = gr.Button("Clear")
|
37 |
submit = gr.Button("Submit")
|
38 |
with gr.Row():
|
39 |
+
mySubtitle = gr.HTML("<p bgcolor="Khaki">Äntwert vum OpenAI File-Search Assistent : </p>")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
with gr.Row():
|
41 |
myOutput = gr.Textbox(lines=12)
|
42 |
|