SamiKoen commited on
Commit
853fda3
·
verified ·
1 Parent(s): c1f7f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -454,7 +454,7 @@ demo = gr.ChatInterface(
454
  fn=chat_fn,
455
  title="Trek Asistanı",
456
  theme="default",
457
- type="messages",
458
  flagging_mode="manual",
459
  flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
460
  save_history=True
 
454
  fn=chat_fn,
455
  title="Trek Asistanı",
456
  theme="default",
457
+ # type="messages" kaldırıldı
458
  flagging_mode="manual",
459
  flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
460
  save_history=True