Commit
Β·
b3f7ddc
1
Parent(s):
a63767e
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ app = gr.Interface(
|
|
95 |
examples=examples,
|
96 |
title=title,
|
97 |
description=description,
|
98 |
-
article=
|
99 |
allow_flagging='never',
|
100 |
analytics_enabled=False,
|
101 |
)
|
|
|
95 |
examples=examples,
|
96 |
title=title,
|
97 |
description=description,
|
98 |
+
article=text1,
|
99 |
allow_flagging='never',
|
100 |
analytics_enabled=False,
|
101 |
)
|