Rahatara commited on
Commit
a49089b
1 Parent(s): 29ffd49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
70
  gr.Markdown(TITLE)
71
  gr.Markdown(SUBTITLE)
72
  with gr.Row():
73
- text_input = gr.Textbox(placeholder="Enter text to analyze for gender-based discrimination, label="Text Input")
74
  image_input = gr.Image(type="pil", label="Upload Image")
75
  submit_button = gr.Button("Analyze")
76
  chatbot_output = gr.Chatbot(label="Analysis Output")
 
70
  gr.Markdown(TITLE)
71
  gr.Markdown(SUBTITLE)
72
  with gr.Row():
73
+ text_input = gr.Textbox(placeholder="Enter text to analyze for gender-based discrimination")
74
  image_input = gr.Image(type="pil", label="Upload Image")
75
  submit_button = gr.Button("Analyze")
76
  chatbot_output = gr.Chatbot(label="Analysis Output")