rima357 commited on
Commit
a9867d0
1 Parent(s): 26b4f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def fun_task2(Text1,Text2):
32
  return "পাঠ্য 1 থেকে পাঠ্য 2 এর সাথে একটি সমর্থন সম্পর্ক রয়েছে। (There is an “support” relation from text 1 to text 2.)"
33
  elif(label==2):
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 argumentative text into Premise or Claim"):
 
32
  return "পাঠ্য 1 থেকে পাঠ্য 2 এর সাথে একটি সমর্থন সম্পর্ক রয়েছে। (There is an “support” relation from text 1 to text 2.)"
33
  elif(label==2):
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 argumentative text into Premise or Claim"):