added share as true
Browse files
app.py
CHANGED
@@ -935,4 +935,5 @@ if __name__ == "__main__":
|
|
935 |
show_api=True, # Expose ONLY the 4 Interfaces as tools
|
936 |
show_error=True, # Display exceptions in the UI
|
937 |
debug=True, # Verbose server logs
|
|
|
938 |
)
|
|
|
935 |
show_api=True, # Expose ONLY the 4 Interfaces as tools
|
936 |
show_error=True, # Display exceptions in the UI
|
937 |
debug=True, # Verbose server logs
|
938 |
+
share = True,
|
939 |
)
|