Spaces:
Sleeping
Sleeping
research14
commited on
Commit
•
88c8251
1
Parent(s):
1223eb2
updated box name to Linguistic Complexity
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def interface():
|
|
248 |
# Outputs
|
249 |
|
250 |
user_prompt_1 = gr.Textbox(label="Original prompt")
|
251 |
-
linguistic_features_textbox = gr.Textbox(label="Linguistic
|
252 |
|
253 |
with gr.Row():
|
254 |
gpt_ling_ents_chatbot = gr.Chatbot(label="gpt-3.5")
|
@@ -324,7 +324,7 @@ def interface():
|
|
324 |
|
325 |
# Outputs
|
326 |
user_prompt_2 = gr.Textbox(label="Original prompt", )
|
327 |
-
linguistic_features_textbox_2 = gr.Textbox(label="Linguistic
|
328 |
|
329 |
gr.Markdown("### Strategy 1 - QA-Based Prompting")
|
330 |
strategy1 = gr.Markdown("S1", visible=False)
|
|
|
248 |
# Outputs
|
249 |
|
250 |
user_prompt_1 = gr.Textbox(label="Original prompt")
|
251 |
+
linguistic_features_textbox = gr.Textbox(label="Linguistic Complexity", disabled=True)
|
252 |
|
253 |
with gr.Row():
|
254 |
gpt_ling_ents_chatbot = gr.Chatbot(label="gpt-3.5")
|
|
|
324 |
|
325 |
# Outputs
|
326 |
user_prompt_2 = gr.Textbox(label="Original prompt", )
|
327 |
+
linguistic_features_textbox_2 = gr.Textbox(label="Linguistic Complexity", disabled=True)
|
328 |
|
329 |
gr.Markdown("### Strategy 1 - QA-Based Prompting")
|
330 |
strategy1 = gr.Markdown("S1", visible=False)
|