Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,6 @@ def predict(message, history):
|
|
33 |
non_cited_output = remove_citation(output)
|
34 |
return non_cited_output
|
35 |
|
36 |
-
gradio.Markdown("Click [here](https://www.google.com) to visit Google.")
|
37 |
chat = gradio.ChatInterface(predict, title="Solution Specifier A", description="testing for the time being")
|
38 |
chat.launch(share=True)
|
|
|
33 |
non_cited_output = remove_citation(output)
|
34 |
return non_cited_output
|
35 |
|
36 |
+
#gradio.Markdown("Click [here](https://www.google.com) to visit Google.")
|
37 |
chat = gradio.ChatInterface(predict, title="Solution Specifier A", description="testing for the time being")
|
38 |
chat.launch(share=True)
|