nnsohamnn commited on
Commit
4b1c196
·
verified ·
1 Parent(s): 266e738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,10 +145,10 @@ with gr.Blocks(title="Science Text Analyzer") as demo:
145
  gr.Markdown("# Science Text Analyzer")
146
 
147
  with gr.Tab("Classify Text"):
148
- gr.Markdown("## Classify scientific text into Physics, Chemistry, or Biology")
149
  with gr.Row():
150
  with gr.Column():
151
- text_input = gr.Textbox(label="Enter scientific text", lines=5)
152
  classify_button = gr.Button("Classify")
153
  with gr.Column():
154
  output = gr.Textbox(label="Classification Result")
 
145
  gr.Markdown("# Science Text Analyzer")
146
 
147
  with gr.Tab("Classify Text"):
148
+ gr.Markdown("## Classify scientific text into Science, Maths, or History")
149
  with gr.Row():
150
  with gr.Column():
151
+ text_input = gr.Textbox(label="Enter text", lines=5)
152
  classify_button = gr.Button("Classify")
153
  with gr.Column():
154
  output = gr.Textbox(label="Classification Result")