dewiri commited on
Commit
eb850e0
Β·
verified Β·
1 Parent(s): 64aba59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. Kein LFS mehr!",
10
  allow_flagging="never",
11
- show_share_button=False # βœ… kein Share-Link mehr sichtbar
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__":