Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
203 |
out1 = gr.Plot()
|
204 |
out2=gr.Dataframe()
|
205 |
btn.click(compare_answers, inputs=[data, url], outputs=[out,out2,out1])
|
206 |
-
gr.Markdown(""
|
207 |
|
208 |
if __name__ == "__main__":
|
209 |
demo.launch(debug= True,share=True)
|
|
|
203 |
out1 = gr.Plot()
|
204 |
out2=gr.Dataframe()
|
205 |
btn.click(compare_answers, inputs=[data, url], outputs=[out,out2,out1])
|
206 |
+
gr.Markdown("Made with :heart: by Neelanjan Chakraborty")
|
207 |
|
208 |
if __name__ == "__main__":
|
209 |
demo.launch(debug= True,share=True)
|