rima357 commited on
Commit
f1d8721
1 Parent(s): c9fe0a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def fun_task2(Text1,Text2):
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")
41
  text_output = gr.Textbox(label="output")
 
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 or Claim"):
39
  text_input = gr.Textbox(lines=5, placeholder="Enter the text in Bengali...",label="Text")
40
  text_button = gr.Button("Classify")
41
  text_output = gr.Textbox(label="output")