Update app.py
Browse files
app.py
CHANGED
@@ -90,8 +90,6 @@ examples=[["Can you explain how the QuickSort algorithm works and provide a Pyth
|
|
90 |
["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None,],
|
91 |
]
|
92 |
|
93 |
-
gr.HTML("<h1><center><a href='https://rishiraj.github.io/'>Rishiraj Acharya</a>'s Uncensored AI Assistant</center></h1>")
|
94 |
-
gr.HTML("<h3><center>Hugging Face Fellow, TFUG Kolkata Organizer, GSoC '22 at TensorFlow</center></h3>")
|
95 |
gr.ChatInterface(
|
96 |
fn=generate,
|
97 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
|
|
90 |
["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None,],
|
91 |
]
|
92 |
|
|
|
|
|
93 |
gr.ChatInterface(
|
94 |
fn=generate,
|
95 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|