sergiomar73 commited on
Commit
2029e6c
·
1 Parent(s): 44320e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def compare_text(source, target):
26
 
27
  import gradio as gr
28
 
29
- with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/v1448402436/lwt1fdq69mdwal1jk894.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
30
- gr.Markdown(f"# {' ' * 6}Text comparer")
31
  with gr.Row():
32
  source = gr.Textbox(lines=3, label="Text to be compared", placeholder="Source text")
33
  with gr.Row():
 
26
 
27
  import gradio as gr
28
 
29
+ with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
30
+ gr.Markdown(f"# {' ' * 6}Text comparer with GPT-3")
31
  with gr.Row():
32
  source = gr.Textbox(lines=3, label="Text to be compared", placeholder="Source text")
33
  with gr.Row():