Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def launch_gradio_widget(metric):
|
|
118 |
inputs=[
|
119 |
gr.components.Textbox(label="Summary"),
|
120 |
gr.components.Textbox(label="Article")
|
121 |
-
]
|
122 |
# inputs=gr.components.Dataframe(
|
123 |
# headers=feature_names,
|
124 |
# col_count=len(feature_names),
|
|
|
118 |
inputs=[
|
119 |
gr.components.Textbox(label="Summary"),
|
120 |
gr.components.Textbox(label="Article")
|
121 |
+
],
|
122 |
# inputs=gr.components.Dataframe(
|
123 |
# headers=feature_names,
|
124 |
# col_count=len(feature_names),
|