Spaces:
Runtime error
Runtime error
Commit
·
2029e6c
1
Parent(s):
44320e3
Update app.py
Browse files
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
|
30 |
-
gr.Markdown(f"# {'
|
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():
|