Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|