Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ async def gradio_chat_interface(mode, password, user_input, example):
|
|
| 115 |
|
| 116 |
with gr.Blocks() as demo:
|
| 117 |
with gr.Row():
|
| 118 |
-
myTitle = gr.HTML("<h2 align=center>RTL AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h2>")
|
| 119 |
with gr.Row():
|
| 120 |
myDescription = gr.HTML("""
|
| 121 |
<h3 align='center'>Wat fir een Thema interesséiert Iech ?</h3>
|
|
@@ -124,8 +124,8 @@ with gr.Blocks() as demo:
|
|
| 124 |
"""
|
| 125 |
)
|
| 126 |
with gr.Row():
|
| 127 |
-
mode = gr.Radio(choices=["Sichen", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert
|
| 128 |
-
pw = gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an
|
| 129 |
with gr.Row():
|
| 130 |
question = gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?")
|
| 131 |
with gr.Row():
|
|
|
|
| 115 |
|
| 116 |
with gr.Blocks() as demo:
|
| 117 |
with gr.Row():
|
| 118 |
+
myTitle = gr.HTML("<h2 align=center>RTL Luxembourgish AI News Reader : Wat war lass am Land 🇱🇺 an op der Welt 🌎 ?</h2>")
|
| 119 |
with gr.Row():
|
| 120 |
myDescription = gr.HTML("""
|
| 121 |
<h3 align='center'>Wat fir een Thema interesséiert Iech ?</h3>
|
|
|
|
| 124 |
"""
|
| 125 |
)
|
| 126 |
with gr.Row():
|
| 127 |
+
mode = gr.Radio(choices=["Sichen", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert !", value = "Beispiller")
|
| 128 |
+
pw = gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an :")
|
| 129 |
with gr.Row():
|
| 130 |
question = gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?")
|
| 131 |
with gr.Row():
|