rima357 commited on
Commit
52626fc
1 Parent(s): f9ffe8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def fun_task2(Text1,Text2):
34
  return "পাঠ্য 1 থেকে পাঠ্য 2 এর সাথে একটি আক্রমণ সম্পর্ক রয়েছে। (There is an “Attack” relation from text 1 to text 2.)"
35
  #gradio app
36
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
- gr.Markdown("# **The demo toolkit for Financial Argument Analysis in Bengali**")
38
  with gr.Tab("Task1-Classify a bengali argumative text into Premise and Claim"):
39
  text_input = gr.Textbox(lines=5, placeholder="Enter the text in Bengali...",label="Text")
40
  text_button = gr.Button("Classify")
 
34
  return "পাঠ্য 1 থেকে পাঠ্য 2 এর সাথে একটি আক্রমণ সম্পর্ক রয়েছে। (There is an “Attack” relation from text 1 to text 2.)"
35
  #gradio app
36
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
+ gr.Markdown("# **Financial Argument Analysis in Bengali (FAAB)**")
38
  with gr.Tab("Task1-Classify a bengali argumative text into Premise and Claim"):
39
  text_input = gr.Textbox(lines=5, placeholder="Enter the text in Bengali...",label="Text")
40
  text_button = gr.Button("Classify")