research14 commited on
Commit
42ca545
·
1 Parent(s): 5cdbb3f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def interface():
67
  api_key = gr.Textbox(label="Open AI Key", placeholder="Enter your Openai key here", type="password")
68
  btn = gr.Button("Submit")
69
 
70
- prompt = template_single.format(tab_name, textbox_prompt)
71
 
72
  tab_name = gr.Dropdown(["Noun", "Determiner", "Noun phrase", "Verb phrase", "Dependent clause", "T-units"], label="Linguistic Entity")
73
 
 
67
  api_key = gr.Textbox(label="Open AI Key", placeholder="Enter your Openai key here", type="password")
68
  btn = gr.Button("Submit")
69
 
70
+ # prompt = template_single.format(tab_name, textbox_prompt)
71
 
72
  tab_name = gr.Dropdown(["Noun", "Determiner", "Noun phrase", "Verb phrase", "Dependent clause", "T-units"], label="Linguistic Entity")
73