Spaces:
Runtime error
Runtime error
sohomghosh
commited on
Commit
β’
5b5681f
1
Parent(s):
4876829
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
demo = gr.Blocks()
|
3 |
+
|
4 |
+
with demo:
|
5 |
+
gr.Markdown("# **Financial Language Understandability Enhancement Toolkit (FLUEnT)** <br> New link: [https://colab.research.google.com/drive/1-KBBKByCU2bkyAUDwW-h6QCSqWI8z127?usp=sharing](https://colab.research.google.com/drive/1-KBBKByCU2bkyAUDwW-h6QCSqWI8z127?usp=sharing)")
|
6 |
+
demo.launch()
|