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