Mohamed-Maher commited on
Commit
5234dc5
·
verified ·
1 Parent(s): a32cfa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -70,5 +70,9 @@ class HadithChatApp:
70
 
71
  if __name__ == "__main__":
72
  hadith_chat_app = HadithChatApp()
73
- iface = gr.Interface(fn=hadith_chat_app.greet, inputs="text", outputs="text")
 
 
 
 
74
  iface.launch(inline=False)
 
70
 
71
  if __name__ == "__main__":
72
  hadith_chat_app = HadithChatApp()
73
+ iface = gr.Interface(
74
+ fn=hadith_chat_app.greet,
75
+ inputs="text",
76
+ outputs="text",
77
+ title="Hadith QA App",
78
  iface.launch(inline=False)