sohomghosh commited on
Commit
5b5681f
β€’
1 Parent(s): 4876829

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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()