Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ import gradio as gr
|
|
46 |
input_text = gr.inputs.Textbox(lines=20, label='Input Text')
|
47 |
output_text = gr.outputs.Textbox(label='Output Text')
|
48 |
|
49 |
-
app = gr.Interface(generate_gpt3_response, inputs=input_text
|
50 |
font-weight: 600;}.secondary.svelte-1ma3u5b{background: #591fc9; color: #fff;}.secondary.svelte-1ma3u5b:hover{background:#8a59e8;color:#000;}
|
51 |
.svelte-2xzfnp textarea {border: 1px solid #591fc9}.primary.svelte-1ma3u5b{background: #f8d605;color: #000;}.primary.svelte-1ma3u5b:hover{background: #ffe751;color: #591fc9;} """, outputs=output_text, title='Content Generator')
|
52 |
|
|
|
46 |
input_text = gr.inputs.Textbox(lines=20, label='Input Text')
|
47 |
output_text = gr.outputs.Textbox(label='Output Text')
|
48 |
|
49 |
+
app = gr.Interface(generate_gpt3_response, inputs=input_text, css="""span.svelte-1l2rj76{color: #591fc9;font-size: 18px;
|
50 |
font-weight: 600;}.secondary.svelte-1ma3u5b{background: #591fc9; color: #fff;}.secondary.svelte-1ma3u5b:hover{background:#8a59e8;color:#000;}
|
51 |
.svelte-2xzfnp textarea {border: 1px solid #591fc9}.primary.svelte-1ma3u5b{background: #f8d605;color: #000;}.primary.svelte-1ma3u5b:hover{background: #ffe751;color: #591fc9;} """, outputs=output_text, title='Content Generator')
|
52 |
|