Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def measure_readability(message,history):
|
|
47 |
# answer = str(purged.result())
|
48 |
# return answer
|
49 |
|
50 |
-
Conversing = gr.ChatInterface(measure_readability, chatbot=gr.Chatbot(height=600,label = "Enter Brand.com URL to evaluate"
|
51 |
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()
|
52 |
|
53 |
if __name__ == "__main__":
|
|
|
47 |
# answer = str(purged.result())
|
48 |
# return answer
|
49 |
|
50 |
+
Conversing = gr.ChatInterface(measure_readability, chatbot=gr.Chatbot(height=600,label = "Enter Brand.com URL to evaluate"), retry_btn=None,theme=gr.themes.Monochrome(),
|
51 |
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()
|
52 |
|
53 |
if __name__ == "__main__":
|