Gopala Krishna
commited on
Commit
·
b1f9e5f
1
Parent(s):
86c1575
changed theme
Browse files- .vs/IBCFProductRecommendations/FileContentIndex/1d2e3e90-1243-4644-aa5e-c53e6040e7b5.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/301a4f59-4692-4d0c-b0b7-f716f937f55e.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/6419b548-2144-45d6-a127-85a7c3ec238e.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/6cb5c1ea-2437-4ad5-bba3-7d62d6694185.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/6cf68118-391f-48ba-8010-fd787f2f77d5.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/971339a8-e284-4101-a1d0-47d83dbe55e6.vsidx +0 -0
- .vs/IBCFProductRecommendations/FileContentIndex/af8e0890-d44a-43fc-a487-f879b499925f.vsidx +0 -0
- .vs/IBCFProductRecommendations/v17/.wsuo +0 -0
- app.py +1 -1
.vs/IBCFProductRecommendations/FileContentIndex/1d2e3e90-1243-4644-aa5e-c53e6040e7b5.vsidx
ADDED
Binary file (3.32 kB). View file
|
|
.vs/IBCFProductRecommendations/FileContentIndex/301a4f59-4692-4d0c-b0b7-f716f937f55e.vsidx
DELETED
Binary file (4.95 kB)
|
|
.vs/IBCFProductRecommendations/FileContentIndex/6419b548-2144-45d6-a127-85a7c3ec238e.vsidx
DELETED
Binary file (224 Bytes)
|
|
.vs/IBCFProductRecommendations/FileContentIndex/6cb5c1ea-2437-4ad5-bba3-7d62d6694185.vsidx
DELETED
Binary file (559 Bytes)
|
|
.vs/IBCFProductRecommendations/FileContentIndex/6cf68118-391f-48ba-8010-fd787f2f77d5.vsidx
DELETED
Binary file (13 kB)
|
|
.vs/IBCFProductRecommendations/FileContentIndex/971339a8-e284-4101-a1d0-47d83dbe55e6.vsidx
ADDED
Binary file (369 Bytes). View file
|
|
.vs/IBCFProductRecommendations/FileContentIndex/af8e0890-d44a-43fc-a487-f879b499925f.vsidx
ADDED
Binary file (9.9 kB). View file
|
|
.vs/IBCFProductRecommendations/v17/.wsuo
CHANGED
Binary files a/.vs/IBCFProductRecommendations/v17/.wsuo and b/.vs/IBCFProductRecommendations/v17/.wsuo differ
|
|
app.py
CHANGED
@@ -61,4 +61,4 @@ def find_similar_items(stock_code):
|
|
61 |
stock_code_input = gr.inputs.Textbox(label="Enter Stock Code:")
|
62 |
output_table = gr.outputs.Textbox(label="Recommended Items")
|
63 |
|
64 |
-
gr.Interface(fn=find_similar_items, inputs=stock_code_input, outputs=output_table).launch()
|
|
|
61 |
stock_code_input = gr.inputs.Textbox(label="Enter Stock Code:")
|
62 |
output_table = gr.outputs.Textbox(label="Recommended Items")
|
63 |
|
64 |
+
gr.Interface(fn=find_similar_items, inputs=stock_code_input, outputs=output_table,theme=gr.themes.Default(primary_hue="slate")).launch()
|