merve HF Staff commited on
Commit
50cb45b
Β·
1 Parent(s): 67cf078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,5 +81,6 @@ gr.Interface(
81
  ),
82
  inputs=[idx_input],
83
  outputs=[instruction, input_sample, response],
84
- flagging_options=["Doğru", "Yanlış", "Belirsiz"]
 
85
  ).launch()
 
81
  ),
82
  inputs=[idx_input],
83
  outputs=[instruction, input_sample, response],
84
+ flagging_options=["Doğru", "Yanlış", "Belirsiz"],
85
+ theme="soft"
86
  ).launch()