Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ def complete_with_gpt(text):
|
|
| 6 |
return text[:-50]+api(text[-50:])
|
| 7 |
|
| 8 |
with gr.Blocks()as demo:
|
| 9 |
-
|
| 10 |
textbox=gr.Textbox(placeholder="Type here and press enter...",lines=8)
|
| 11 |
with gr.Column():
|
| 12 |
btn=gr.Button("Generate")
|
|
|
|
| 6 |
return text[:-50]+api(text[-50:])
|
| 7 |
|
| 8 |
with gr.Blocks()as demo:
|
| 9 |
+
with gr.Row():
|
| 10 |
textbox=gr.Textbox(placeholder="Type here and press enter...",lines=8)
|
| 11 |
with gr.Column():
|
| 12 |
btn=gr.Button("Generate")
|