Spaces:
Runtime error
Runtime error
Commit ·
28ca6bb
1
Parent(s): 11d8dd6
Update app.py
Browse files
app.py
CHANGED
|
@@ -399,7 +399,7 @@ In this app, you can explore the outputs of a gpt-3.5 LLM.
|
|
| 399 |
|
| 400 |
with gr.Blocks() as demo:
|
| 401 |
with gr.Row():
|
| 402 |
-
with gr.Column(scale=
|
| 403 |
gr.Markdown(
|
| 404 |
"""
|
| 405 |
# PDF Summariser
|
|
|
|
| 399 |
|
| 400 |
with gr.Blocks() as demo:
|
| 401 |
with gr.Row():
|
| 402 |
+
with gr.Column(scale=4):
|
| 403 |
gr.Markdown(
|
| 404 |
"""
|
| 405 |
# PDF Summariser
|