Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from IPython.display import Markdown
|
|
| 8 |
|
| 9 |
custom_css = """
|
| 10 |
#md {
|
| 11 |
-
height:
|
| 12 |
font-size: 35px;
|
| 13 |
background: black;
|
| 14 |
padding: 20px;
|
|
@@ -70,7 +70,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 70 |
with gr.Row():
|
| 71 |
textoutput = gr.Markdown(label="Antwort", elem_id="md", value="#")
|
| 72 |
with gr.Row():
|
| 73 |
-
text_output = gr.Textbox(label="
|
| 74 |
with gr.Row():
|
| 75 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
| 76 |
with gr.Row():
|
|
|
|
| 8 |
|
| 9 |
custom_css = """
|
| 10 |
#md {
|
| 11 |
+
height: 450px;
|
| 12 |
font-size: 35px;
|
| 13 |
background: black;
|
| 14 |
padding: 20px;
|
|
|
|
| 70 |
with gr.Row():
|
| 71 |
textoutput = gr.Markdown(label="Antwort", elem_id="md", value="#")
|
| 72 |
with gr.Row():
|
| 73 |
+
text_output = gr.Textbox(label="")
|
| 74 |
with gr.Row():
|
| 75 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
| 76 |
with gr.Row():
|