Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,17 +25,17 @@ mydescription="""
|
|
25 |
"""
|
26 |
|
27 |
myarticle ="""
|
28 |
-
<h3>
|
29 |
<p>Dës HuggingFace Space Demo gouf vum <a href="https://github.com/mbarnig">Marco Barnig</a> realiséiert.
|
30 |
Als kënstlech Intelligenz gëtt, mëttels API, den <a href="https://platform.openai.com/docs/models">OpenAI Modell</a>
|
31 |
-
gpt-4o-mini-2024-07-18 benotzt.</p>
|
32 |
"""
|
33 |
|
34 |
myinput = [
|
35 |
gr.Radio(["Sich", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert.", value = "Beispiller"),
|
36 |
gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an !", scale=1),
|
37 |
gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?", scale=7),
|
38 |
-
gr.Radio(["Wat war lass am Juni 2023 ?", "Wat ass gewosst iwwert de SREL ?", "Wat fir eng Katastroph war 2022 zu Lëtzebuerg ?", "Koumen an de leschte Jore gréisser Kriminalfäll viru Geriicht ?"], label="Beispiller")
|
39 |
]
|
40 |
|
41 |
class EventHandler(AsyncAssistantEventHandler):
|
|
|
25 |
"""
|
26 |
|
27 |
myarticle ="""
|
28 |
+
<h3>Informatiounen :</h3>
|
29 |
<p>Dës HuggingFace Space Demo gouf vum <a href="https://github.com/mbarnig">Marco Barnig</a> realiséiert.
|
30 |
Als kënstlech Intelligenz gëtt, mëttels API, den <a href="https://platform.openai.com/docs/models">OpenAI Modell</a>
|
31 |
+
gpt-4o-mini-2024-07-18 benotzt. Dir kennt e Passwuert per Email beim marco.barnig@pt.lu froen.</p>
|
32 |
"""
|
33 |
|
34 |
myinput = [
|
35 |
gr.Radio(["Sich", "Beispiller"], label = "D'Beispiller fonktionnéieren ouni Passwuert.", value = "Beispiller"),
|
36 |
gr.Textbox(lines=1, label="Gitt dat richtegt RTL-Passwuert an !", scale=1),
|
37 |
gr.Textbox(lines=3, label="Wat wëllt Der wëssen ?", scale=7),
|
38 |
+
gr.Radio(["Wat war lass am Juni 2023 ?", "Wat ass gewosst iwwert de SREL ?", "Wat fir eng Katastroph war 2022 zu Lëtzebuerg ?", "Koumen an de leschte Jore gréisser Kriminalfäll viru Geriicht ?"], value="Wat ass gewosst iwwert de SREL ?", label="Beispiller")
|
39 |
]
|
40 |
|
41 |
class EventHandler(AsyncAssistantEventHandler):
|