Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|