Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ def main():
|
|
202 |
|
203 |
gr.ChatInterface(fn=process_echo, examples=["what is title", "what is summary", "create notes"])
|
204 |
|
205 |
-
gr.Markdown("* Note: The answers can be incorrect
|
206 |
|
207 |
|
208 |
# with gr.Blocks() as demo:
|
|
|
202 |
|
203 |
gr.ChatInterface(fn=process_echo, examples=["what is title", "what is summary", "create notes"])
|
204 |
|
205 |
+
gr.Markdown("* Note: The answers can be incorrect, However they can be enhanced")
|
206 |
|
207 |
|
208 |
# with gr.Blocks() as demo:
|