Update agentscope-runtime to 0.2.0 (#32)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pyyaml>=6.0.2
|
||||
quart>=0.8.0
|
||||
quart-cors>=0.8.0
|
||||
agentscope-runtime==0.1.6
|
||||
agentscope-runtime==0.2.0
|
||||
agentscope[full]>=1.0.5
|
||||
|
||||
@@ -256,7 +256,7 @@ const App: React.FC = () => {
|
||||
{desktopUrl && (
|
||||
<iframe
|
||||
src={desktopUrl}
|
||||
style={{ width: '1280px', height: '800px', border: 'none' }}
|
||||
style={{ width: "1280px", height: "800px", border: "none" }}
|
||||
title="DesktopPage"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user