Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,14 +50,13 @@ with gr.Blocks() as demo:
|
|
50 |
myTitle = gr.HTML("<h1 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h1>")
|
51 |
with gr.Row():
|
52 |
myDescription = gr.HTML("""
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
"""
|
61 |
)
|
62 |
with gr.Row():
|
63 |
myInputs = [
|
@@ -69,6 +68,15 @@ with gr.Blocks() as demo:
|
|
69 |
with gr.Row():
|
70 |
clear = gr.Button("Clear")
|
71 |
submit = gr.Button("Submit")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
with gr.Row():
|
73 |
myOutput = [gr.Textbox(lines=12)]
|
74 |
submit.click(fn = myFunction, inputs = myInputs, outputs = myOutput)
|
|
|
50 |
myTitle = gr.HTML("<h1 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h1>")
|
51 |
with gr.Row():
|
52 |
myDescription = gr.HTML("""
|
53 |
+
<h3 align='center'>Wat fir een Thema interesséiert Iech : 🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
|
54 |
+
<table width=100%>
|
55 |
+
<tr>
|
56 |
+
<th bgcolor="Khaki">Äntwert vum OpenAI File-Search Assistent : </th>
|
57 |
+
</tr>
|
58 |
+
</table>
|
59 |
+
"""
|
|
|
60 |
)
|
61 |
with gr.Row():
|
62 |
myInputs = [
|
|
|
68 |
with gr.Row():
|
69 |
clear = gr.Button("Clear")
|
70 |
submit = gr.Button("Submit")
|
71 |
+
with gr.Row():
|
72 |
+
mySubtitle = gr.HTML("""
|
73 |
+
<table width=100%>
|
74 |
+
<tr>
|
75 |
+
<th bgcolor="Khaki">Äntwert vum OpenAI File-Search Assistent : </th>
|
76 |
+
</tr>
|
77 |
+
</table>
|
78 |
+
"""
|
79 |
+
)
|
80 |
with gr.Row():
|
81 |
myOutput = [gr.Textbox(lines=12)]
|
82 |
submit.click(fn = myFunction, inputs = myInputs, outputs = myOutput)
|