Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ with demo:
|
|
80 |
b2 = gr.Button("Prepare report")
|
81 |
|
82 |
|
83 |
-
text1 = gr.Textbox(lines=
|
84 |
-
text2 = gr.Textbox(lines=
|
85 |
|
86 |
prompt = text1
|
87 |
|
|
|
80 |
b2 = gr.Button("Prepare report")
|
81 |
|
82 |
|
83 |
+
text1 = gr.Textbox(lines=5)
|
84 |
+
text2 = gr.Textbox(lines=5)
|
85 |
|
86 |
prompt = text1
|
87 |
|