Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ iface = gr.Interface(
|
|
6 |
inputs=gr.Textbox(label="Deine Frage zu Catan"),
|
7 |
outputs="text",
|
8 |
title="π² Catan Regel-Experte",
|
9 |
-
description="Beantworte Fragen zu den Catan-Regeln basierend auf semantischer Suche.
|
10 |
allow_flagging="never",
|
11 |
-
show_share_button=False
|
12 |
)
|
13 |
|
14 |
if __name__ == "__main__":
|
|
|
6 |
inputs=gr.Textbox(label="Deine Frage zu Catan"),
|
7 |
outputs="text",
|
8 |
title="π² Catan Regel-Experte",
|
9 |
+
description="Beantworte Fragen zu den Catan-Regeln basierend auf semantischer Suche.",
|
10 |
allow_flagging="never",
|
11 |
+
show_share_button=False
|
12 |
)
|
13 |
|
14 |
if __name__ == "__main__":
|