Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,6 @@ if __name__ == "__main__":
|
|
74 |
fn=hadith_chat_app.greet,
|
75 |
inputs="text",
|
76 |
outputs="text",
|
77 |
-
title="Hadith QA App"
|
|
|
78 |
iface.launch(inline=False)
|
|
|
74 |
fn=hadith_chat_app.greet,
|
75 |
inputs="text",
|
76 |
outputs="text",
|
77 |
+
title="Hadith QA App"
|
78 |
+
)
|
79 |
iface.launch(inline=False)
|