Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def rank_interface():
|
|
100 |
inputs.append(gr.Dropdown(elem_classes="rtl", choices=["...اختر"] + answers_text, label="الاختيار الثاني"))
|
101 |
inputs.append(gr.Dropdown(elem_classes="rtl", choices=["...اختر"] + answers_text, label="الاختيار الثالث"))
|
102 |
|
103 |
-
outputs = gr.Textbox(elem_id="rtl_text")
|
104 |
|
105 |
|
106 |
def rank_fluency(*dropdown_selections):
|
|
|
100 |
inputs.append(gr.Dropdown(elem_classes="rtl", choices=["...اختر"] + answers_text, label="الاختيار الثاني"))
|
101 |
inputs.append(gr.Dropdown(elem_classes="rtl", choices=["...اختر"] + answers_text, label="الاختيار الثالث"))
|
102 |
|
103 |
+
outputs = gr.Textbox(elem_id="rtl_text", label="")
|
104 |
|
105 |
|
106 |
def rank_fluency(*dropdown_selections):
|