mgokg commited on
Commit
df5250d
·
verified ·
1 Parent(s): 0c69a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ from IPython.display import Markdown
8
 
9
  custom_css = """
10
  #md {
11
- height: 50px;
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="output")
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():