<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoGPT</AppTitle>
	<AppShortName>neoGPT</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>neoGPT</Description>
	<DesignDeviceName>Google Nexus 5</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>360</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>FitAppToScreen false &quot;top&quot; &quot;center&quot;
OnWindowResize &quot;fitApp&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="fitApp">
					<Code>FitAppToScreen false &quot;top&quot; &quot;center&quot;</Code>
				</Function>
				<Function name="prueba">
					<Code>ConsoleLog [respuesta]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="home">
					<Components>
						<TextArea id="TextArea1">
							<left>20px</left>
							<top>70px</top>
							<width>320px</width>
							<height>140px</height>
							<variable>[prompt]</variable>
							<place_holder>Ask anything</place_holder>
						</TextArea>
						<TextArea id="TextArea2">
							<left>20px</left>
							<top>290px</top>
							<width>320px</width>
							<height>310px</height>
							<variable>[respuesta]</variable>
						</TextArea>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>360px</width>
							<height>60px</height>
							<style>color:#fff;font-size:16pt;text-align:center;background-color:#337ab7;padding-top:15px</style>
							<html>neoGPT Sample App</html>
						</Container>
						<Container id="Container2">
							<left>0px</left>
							<top>610px</top>
							<width>360px</width>
							<height>30px</height>
							<style>color:#fff;font-size:10pt;text-align:center;background-color:#337ab7;padding-top:7px</style>
							<html>Made using &lt;a style=&quot;color:#fff&quot; href=&quot;https://visualneo.com&quot; target=&quot;_blank&quot;&gt;VisualNEO Web&lt;/a&gt;</html>
						</Container>
						<PushButton id="PushButton2">
							<left>20px</left>
							<top>220px</top>
							<width>320px</width>
							<height>60px</height>
							<style>font-size:14pt</style>
							<caption>Get AI answer!</caption>
							<kind>warning</kind>
							<click>.include here your API Key
neoGptSetApiKey &quot;&quot;
neoGptSetModel &quot;GPT 3.5&quot;
neoGptText &quot;[prompt]&quot; [respuesta] &quot;&quot;
</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
