Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
|
|
81 |
|
82 |
)
|
83 |
|
84 |
-
demo = gr.ChatInterface(get_text_response,undo_btn=None,clear_btn=None,retry_btn=None,submit_btn='send',theme=theme,examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
demo.launch()
|
|
|
81 |
|
82 |
)
|
83 |
|
84 |
+
demo = gr.ChatInterface(get_text_response,chatbot=gr.Chatbot(height=300),undo_btn=None,clear_btn=None,retry_btn=None,submit_btn='send',theme=theme,examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
demo.launch()
|