Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,9 +112,6 @@ def qa_result(context, question, file, pipe=pipe):
|
|
112 |
|
113 |
return text.capitalize()
|
114 |
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
theme = gr.themes.Soft().set(
|
119 |
body_background_fill='*background_fill_secondary',
|
120 |
body_text_color_subdued='*body_text_color',
|
|
|
112 |
|
113 |
return text.capitalize()
|
114 |
|
|
|
|
|
|
|
115 |
theme = gr.themes.Soft().set(
|
116 |
body_background_fill='*background_fill_secondary',
|
117 |
body_text_color_subdued='*body_text_color',
|