smhavens commited on
Commit
71cf1c5
1 Parent(s): 307b30d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ def main():
264
  # with gr.Tab("Testing"):
265
  # gr.Markdown(f"""The Embeddings are {sent_embeddings}.""")
266
  text_button.click(check_answer, inputs=[text_input], outputs=[mark_question, text_output, text_guesses])
267
- promt_button.click(new_prompt, inputs=[], outputs=[mark_question])
268
  # iface = gr.Interface(fn=greet, inputs="text", outputs="text")
269
  iface.launch()
270
 
 
264
  # with gr.Tab("Testing"):
265
  # gr.Markdown(f"""The Embeddings are {sent_embeddings}.""")
266
  text_button.click(check_answer, inputs=[text_input], outputs=[mark_question, text_output, text_guesses])
267
+ prompt_button.click(new_prompt, inputs=[], outputs=[mark_question])
268
  # iface = gr.Interface(fn=greet, inputs="text", outputs="text")
269
  iface.launch()
270