Spaces:
Runtime error
Runtime error
sohomghosh
commited on
Commit
β’
384b408
1
Parent(s):
b0700f7
Update app.py
Browse files
app.py
CHANGED
@@ -248,5 +248,5 @@ with demo:
|
|
248 |
with gr.Row():
|
249 |
b6 = gr.Button("Get Forward Looking Statements(FLS)")
|
250 |
b6.click(fls, inputs = text, outputs = gr.HighlightedText().style(color_map={"Non-specific FLS": "red", "Not-FLS":"blue", "Specific-FLS": "green"}))
|
251 |
-
gr.Markdown("How to use? [link](https://youtu.be/Bp8Ij5GQ59I), Warning: User discretion is advised., Colab Notebook [link](https://colab.research.google.com/drive/1-KBBKByCU2bkyAUDwW-h6QCSqWI8z127?usp=sharing)")
|
252 |
demo.launch()
|
|
|
248 |
with gr.Row():
|
249 |
b6 = gr.Button("Get Forward Looking Statements(FLS)")
|
250 |
b6.click(fls, inputs = text, outputs = gr.HighlightedText().style(color_map={"Non-specific FLS": "red", "Not-FLS":"blue", "Specific-FLS": "green"}))
|
251 |
+
gr.Markdown("How to use? [link](https://youtu.be/Bp8Ij5GQ59I), Warning: User discretion is advised., Colab Notebook [link](https://colab.research.google.com/drive/1-KBBKByCU2bkyAUDwW-h6QCSqWI8z127?usp=sharing), Citing Paper [link](https://easychair.org/publications/preprint/cWW5)")
|
252 |
demo.launch()
|