Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ The following links are the detailed references:
|
|
45 |
"""
|
46 |
|
47 |
Conversing = gr.ChatInterface(measure_readability, chatbot=gr.Chatbot(height=600,label = "Enter Brand.com URL to evaluate"), retry_btn=None,theme=gr.themes.Monochrome(),
|
48 |
-
title = 'Ecommerce Site Readability Tool', description = "Algorithm for this site is based on Readability Wiki - https://en.wikipedia.org/wiki/Readability " ,undo_btn = None, clear_btn = None, css='footer {visibility: hidden}').launch()
|
49 |
-
|
50 |
|
51 |
if __name__ == "__main__":
|
52 |
Conversing.launch()
|
|
|
45 |
"""
|
46 |
|
47 |
Conversing = gr.ChatInterface(measure_readability, chatbot=gr.Chatbot(height=600,label = "Enter Brand.com URL to evaluate"), retry_btn=None,theme=gr.themes.Monochrome(),
|
48 |
+
title = 'Ecommerce Site Readability Tool', description = "Algorithm for this site is based on Readability Wiki - https://en.wikipedia.org/wiki/Readability " ,undo_btn = None, clear_btn = None, Textbox="test" css='footer {visibility: hidden}').launch()
|
49 |
+
|
50 |
|
51 |
if __name__ == "__main__":
|
52 |
Conversing.launch()
|