Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,6 +99,7 @@ contribution_docstring = """
|
|
99 |
## An offering of love and gratitude by the II MSc Data Science and Computing Batch of 2023-24.
|
100 |
### Work done as part of the Deep Learning and Natural Language Processing Lab.
|
101 |
### Guided by Prakash PVSS
|
|
|
102 |
"""
|
103 |
|
104 |
demo = gr.ChatInterface(predict,
|
|
|
99 |
## An offering of love and gratitude by the II MSc Data Science and Computing Batch of 2023-24.
|
100 |
### Work done as part of the Deep Learning and Natural Language Processing Lab.
|
101 |
### Guided by Prakash PVSS
|
102 |
+
#### Links to Books: [Click Here](https://www.sssbpt.info/english/index.html)
|
103 |
"""
|
104 |
|
105 |
demo = gr.ChatInterface(predict,
|