SuccessfulCrab commited on
Commit
fd6df86
·
verified ·
1 Parent(s): df73172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,8 +162,8 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
162
  with gr.Row():
163
  with gr.Column(scale=1, min_width=300):
164
  input_image = gr.Image(label="Upload a suspicious screenshot (email, text message, advertisement etc)", type="pil")
165
- input_url = gr.Textbox(label="URLs", info="Please enter a suspicious URL", lines=3, value="https://fliojinews.xyz/9tKwgmC7")
166
- input_text = gr.Textbox(label="Description", info="Please describe your concerns regarding the situation", lines=3, value="Is this website a reliable source of investment information?")
167
  btn = gr.Button("Process submission")
168
 
169
  with gr.Column(scale=2, min_width=300):
 
162
  with gr.Row():
163
  with gr.Column(scale=1, min_width=300):
164
  input_image = gr.Image(label="Upload a suspicious screenshot (email, text message, advertisement etc)", type="pil")
165
+ input_url = gr.Textbox(label="URLs", info="Please enter a suspicious URL", lines=3, value="https://fliojinews.xyz/?_lp=1&_token=uuid_28pp9h04s5la_28pp9h04s5la67e5d957781a19.77269004&product=Mirflect%20Gain&advertiser=Mirflect%20Gain%20i230")
166
+ input_text = gr.Textbox(label="Description", info="Please describe your concerns regarding the situation", lines=3, value="Is this website a reliable source of investment information? I read about it on a news page (screenshot attached)")
167
  btn = gr.Button("Process submission")
168
 
169
  with gr.Column(scale=2, min_width=300):