jialicheng commited on
Commit
97f85a3
1 Parent(s): ac32535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -249,7 +249,7 @@ def interface():
249
  user_prompt_1 = gr.Textbox(label="Original prompt")
250
 
251
  # Linguistic Complexities
252
- linguistic_features_textbox = gr.Textbox(label="Linguistic Complexity", disabled=True)
253
  gr.Markdown(" Definitions for the complexity indices can be found [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).")
254
 
255
  with gr.Row():
@@ -330,7 +330,7 @@ def interface():
330
  user_prompt_2 = gr.Textbox(label="Original prompt", )
331
 
332
  # Linguistic Complexity
333
- linguistic_features_textbox_2 = gr.Textbox(label="Linguistic Complexity", disabled=True)
334
  gr.Markdown(" Definitions for the complexity indices can be found [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).")
335
 
336
  gr.Markdown("### Strategy 1 - QA-Based Prompting")
 
249
  user_prompt_1 = gr.Textbox(label="Original prompt")
250
 
251
  # Linguistic Complexities
252
+ linguistic_features_textbox = gr.Textbox(label="Linguistic Complexity")
253
  gr.Markdown(" Definitions for the complexity indices can be found [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).")
254
 
255
  with gr.Row():
 
330
  user_prompt_2 = gr.Textbox(label="Original prompt", )
331
 
332
  # Linguistic Complexity
333
+ linguistic_features_textbox_2 = gr.Textbox(label="Linguistic Complexity")
334
  gr.Markdown(" Definitions for the complexity indices can be found [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).")
335
 
336
  gr.Markdown("### Strategy 1 - QA-Based Prompting")